You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've written most of a program that uses the boto3 S3 API (the lingua franca of the cloud storage world?) to inventory a bucket containing postgres backups, and determine which should be kept.
The only part remaining to be written is deleting the objects.
For S3, if bucket versioning is enabled, we may have to provide the VersionId for each object?
I've written most of a program that uses the boto3 S3 API (the lingua franca of the cloud storage world?) to inventory a bucket containing postgres backups, and determine which should be kept.
The only part remaining to be written is deleting the objects.
For S3, if bucket versioning is enabled, we may have to provide the VersionId for each object?
The API includes a bulk delete call:
https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/s3/client/delete_objects.html
The text was updated successfully, but these errors were encountered: