This section explains how to use the qq s3_add_bucket command.

Description

Create an S3 bucket

Usage

qq s3_add_bucket [-h] --name NAME [--fs-path FS_PATH] [--create-fs-path] [--enable-object-lock] [--private]

Flags

Flag Name Required Description
--name Yes The name of the bucket to create
--fs-path No The absolute path to use as the bucket root directory. The user must have permission to read the directory.
--create-fs-path No Create the bucket root directory if it does not already exist. The user must have permission to create the bucket root directory.
--enable-object-lock No Create the bucket with versioning and object locking enabled.
--private No Specifies whether to create a private S3 bucket. By default, Qumulo Core creates the bucket without a policy, allowing all S3 API users to perform S3 object read and write operations and the S3 bucket's creator and users with RBAC permissions to perform S3 bucket write operations. When enabled, Qumulo Core applies a policy that restricts both S3 object and S3 bucket operations to the S3 bucket's creator and users with RBAC permissions.