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:
- Create a bucket named
foo
in projectbar
.
aws --endpoint-url http://localhost:30600/ s3 mb s3://master.foo.bar
# make_bucket: master.foo.bar
- 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
- Create a bucket named
foo
in projectbar
.
mc mb local/master.foo.bar
# Bucket created successfully `local/master.foo.bar`.
- Verify that the S3 bucket has been created:
mc ls local
# [2021-04-26 22:46:08] 0B master.foo.bar/