Frends.AmazonS3.ListObjects / 3.0.0
Summary
Enumerates what a bucket currently holds, with the metadata S3 keeps for each object. The listing arrives as one result rather than a stream, so a bucket holding very many objects is worth narrowing before listing it.
Typical use — the discovery step ahead of a loop that downloads or filters; reach for the version listing instead when history rather than current state is the question
Input parameters required for the S3 ListObjects operation.
| Name | Type | Default | Example | Description |
|---|---|---|---|---|
| BucketName | String |
– | my-s3-bucket |
The name of the S3 bucket to list objects from. |