Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

boto3 delete bucket object

s3 = boto3.resource('s3')
s3.Object('your-bucket', 'your-key').delete()
 
PREVIOUS NEXT
Tagged: #delete #bucket #object
ADD COMMENT
Topic
Name
4+4 =