list-objects
The aws s3api list-objects
command is used for listing all the objects in an Astran S3 bucket. It provides a way to view and manage the objects within a bucket.
aws s3api list-objects --bucket BUCKET_NAME
This command will list all the objects in the specified S3 bucket.
Syntax
aws s3api list-objects \
--bucket BUCKET_NAME
Options
--bucket
: Specifies the Astran S3 bucket name for which objects are to be listed.
See also the original AWS documentation.