Delete Empty S3 Bucket
Learn how to delete an empty S3 bucket through the S3 Gateway.
May 26, 2023
You can call the delete an empty S3 bucket command on your S3 client to delete a Pachyderm repository. For example, let’s delete the the repo foo
in project bar
.
Tool:
aws --endpoint-url http://localhost:30600/ s3 rb s3://master.foo.bar
# remove_bucket: master.foo.bar
mc rb local/master.foo.bar
# Removed `local/master.foo.bar` successfully.