mc mb

Creates buckets on local cluster.

Syntax

CLI
mc mb [FLAGS] TARGET [TARGET...]

FLAGS:
  --account value               specify account that bucket should be created in
  --ignore-existing, -p         ignore if bucket/directory already exists
  --with-lock, -l               enable object lock
  --disable-versioning, -d      disable object versioning
  --json                        enable JSON lines formatted output
  --debug                       enable debug output
  --insecure                    disable SSL certificate verification
  --help, -h                    show help

Parameters

Parameter Description
TARGET The alias of a configured HPE Ezmeral Object Store deployment on which the command creates buckets. This parameter is mandatory.
account The account on which the bucket is to be created. If not specified, buckets are created in the default account.
ignore-existing Ignores creation if the bucket already exists.
with-lock Enables Object Locking for the bucket.
disable-versioning Disables bucket versions. By default, bucket versions are enabled.
json Enable JSON formatted output.
debug Enable output for debugging.
insecure Disable SSL verification.
help Show this help.
ATTENTION When you name a bucket, do not include mapr. as a prefix for the bucket name. For example, mapr.bucket1 is not supported.

Examples

  1. Create a bucket named northamerica in the Object Store deployment with alias salesobject:
    CLI
    /opt/mapr/bin/mc mb salesobject/northamerica
  2. Create a folder called brickfire inside the bucket named northamerica in the Object Store deployment with alias salesobject:
    CLI
    /opt/mapr/bin/mc mb salesobject/northamerica/brickfire