Skip to content

Create Bucket

Create a bucket with:

sh
s3m cb backup/new-bucket

You can also set a canned ACL while creating it:

sh
s3m cb backup/new-bucket --acl private

Released under the BSD License.