174633/listobjects-with-multiple-parent-child-bucket-directories
What am I missing here?
I'm able to list objects with no problem using the AWS CLI and this command:
AWS s3 ls s3://bucket.mycompany.com/parent-dir1/parent-dir2/
But using the REST API via Postman, an equivalent request returns an empty response.
Tool: Postman
Method: GET
Auth:
Headers:
I've tried with no headers and with x-and-content-sha256 UNSIGNED-PAYLOAD
The message says "This is a duplicate header and will be overridden..." when I try to use this header
Response:
Status 200 but response is empty(There are MANY files in parent-dir2).
Here you have to use the ListObjectsV2 ...READ MORE
How do I use aws s3 cp ...READ MORE
Use the aws s3 cp command to ...READ MORE
An ARN is a non-opaque, constructible identifier, ...READ MORE
You can see the detailed information given ...READ MORE
Something like this should work to allow ...READ MORE
versioning is enabled in your bucket. docs.aws.amazon.com/AmazonS3/latest/user-guide/….... the ...READ MORE
Use command : aws s3 presign s3://mybucket/abc_count.png you get ...READ MORE
Using AWS Cli Configure your IAM user then ...READ MORE
Instead of backslashes, use forward slashes C:\Users\jino>aws s3 ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.