This section explains how to use the qq s3_modify_bucket command.

Description

Modify S3 bucket settings

Usage

qq s3_modify_bucket [-h] --name NAME [--disable-anonymous-access | --enable-anonymous-access]

Flags

Flag Name Required Description
--name Yes The name of the bucket to be modified
--disable-anonymous-access No Disallows unsigned S3 requests; will be refused with 403 Forbidden.
--enable-anonymous-access No Allows unsigned S3 requests; will execute with GUEST privilege.