We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8680404 commit 2d0c64bCopy full SHA for 2d0c64b
cosmotech/coal/cli/commands/s3_bucket_delete.py
@@ -105,4 +105,4 @@ def s3_bucket_delete(
105
if boto_objects:
106
LOGGER.info(f'Deleting {boto_objects}')
107
boto_delete_request = {'Objects': boto_objects}
108
- bucket.delete_objects(Delete=boto_delete_request)
+ bucket.delete_objects(Delete=boto_delete_request, ChecksumAlgorithm='SHA256')
0 commit comments