You can call the delete an S3 Object command on your S3 client to delete a file from a Pachyderm repository. For example, letβs delete the file test.csv from the master branch of the foo repo within the bar project.
Tool:
aws --endpoint-url http://localhost:30600/ s3 rm s3://master.foo.bar/test.csv
# delete: s3://master.foo.bar/test.csvmc rm local/master.foo.bar/test.csv
# Removing `local/master.foo.bar/test.csv`.