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]

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.