Difference between revisions of "Aws s3 ls"
Jump to navigation
Jump to search
Line 7: | Line 7: | ||
Listing [[bucket]] content: | Listing [[bucket]] content: | ||
* <code>[[aws s3]] ls your_bucket_name</code> | * <code>[[aws s3]] ls your_bucket_name</code> | ||
+ | * <code>[[aws s3 ls]] s3://mybucket --recursive</code> | ||
== Errors == | == Errors == |
Revision as of 13:22, 24 January 2022
https://docs.aws.amazon.com/cli/latest/reference/s3/ls.html
Listing all user owned buckets:
aws s3 ls
Listing bucket content:
Errors
An error occurred (AccessDenied) when calling the ListBuckets operation: Access Denied
An error occurred (InvalidToken) when calling the ListBuckets operation: The provided token is malformed or otherwise invalid.
Related terms
aws list all
aws s3api list-buckets
aws s3api get-bucket-policy --bucket YOUR_BUCKET_NAME
See also
Advertising: