Create Bucket
Create a bucket with:
sh
s3m cb backup/new-bucketYou can also set a canned ACL while creating it:
sh
s3m cb backup/new-bucket --acl privateObject Lock (WORM)
Enable Object Lock at creation time (this also enables versioning):
sh
s3m cb backup/vault --object-lockObject Lock can only be turned on when the bucket is created.

