Run Commands

Create S3 Bucket

Learn how to create an S3 bucket through the S3 Gateway.

Call the create an S3 bucket command on your S3 client to create a branch in a Pachyderm repository. For example, let’s create the master branch of the repo foo in project bar.

Tool:
  1. Create a bucket named foo in project bar.
aws --endpoint-url http://localhost:30600/ s3 mb s3://master.foo.bar

# make_bucket: master.foo.bar
  1. verify that the S3 bucket has been created:
aws --endpoint-url http://localhost:30600/ s3 ls

# 2022-12-7 22:46:08 master.foo.bar