I'm not being able to connect with s3 bucket (error 403) #919
lucasgooliveira
started this conversation in
General
Replies: 1 comment
-
Can you make sure you have the proper permissions to access the s3 bucket? You can that with the list-objects sample or use the AWS cli. You can also try to run this sample if-modified-since, you are trying to use the head_object in a similar way. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I've been trying to use aws_sdk_s3 to connect to a bucker I've created, but I'm keep getting 403 on evey attempt,
heres my code:
heres get_client function:
Heres my Cargo.toml
When I run a test :
Beta Was this translation helpful? Give feedback.
All reactions