Skip to content

Commit 2d0c64b

Browse files
committed
add force checksum
1 parent 8680404 commit 2d0c64b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cosmotech/coal/cli/commands/s3_bucket_delete.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,4 +105,4 @@ def s3_bucket_delete(
105105
if boto_objects:
106106
LOGGER.info(f'Deleting {boto_objects}')
107107
boto_delete_request = {'Objects': boto_objects}
108-
bucket.delete_objects(Delete=boto_delete_request)
108+
bucket.delete_objects(Delete=boto_delete_request, ChecksumAlgorithm='SHA256')

0 commit comments

Comments
 (0)