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.