Skip to content

Index list of bucket

0

I want to get a bucket/directory///name of file Listing to search and find content easily. Can I generate a directory/index? I am not a programmer just trying to document what is in s3 buckets.

asked 3 years ago682 views
2 Answers
1

You can Filtering and retrieving data using Amazon S3 Select https://docs.aws.amazon.com/AmazonS3/latest/userguide/selecting-content-from-objects.html or Analyzing Data in S3 using Amazon Athena https://aws.amazon.com/blogs/big-data/analyzing-data-in-s3-using-amazon-athena/ easily.

Please let me know if there is anything else you are looking and we can guide.

AWS
EXPERT
answered 3 years ago
AWS
EXPERT
reviewed 3 years ago
0

https://docs.aws.amazon.com/cli/latest/userguide/cli-services-s3-commands.html

use aws cli >
List buckets and objects To list your buckets, folders, or objects, use the s3 ls command. Using the command without a target or options lists all buckets.

Syntax

$ aws s3 ls <target> [--options]

AWS
answered 3 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.