Frends.AmazonS3.ListObjectVersions / 1.2.0
Summary
Enumerates every stored version of a bucket's objects, including the delete markers versioning leaves behind, rather than just what is current.
Typical use — auditing how an object changed, or recovering a superseded version; the plain object listing is the lighter choice for current state
Essential parameters.
| Name | Type | Default | Example | Description |
|---|---|---|---|---|
| BucketName | String |
– | my-s3-bucket |
The name of the S3 bucket to list object versions from. |