This section explains how to use the qq s3_modify_settings command.

Description

Modify S3 server settings

Usage

qq s3_modify_settings [-h] [--disable | --enable] [--base-path BASE_PATH] [--multipart-upload-expiry-interval MULTIPART_UPLOAD_EXPIRY_INTERVAL]
    [--secure | --insecure]

Flags

Flag Name Required Description
--disable No Disable S3 server
--enable No Enable S3 server
--base-path No The default bucket directory prefix for all S3 buckets created without an explicitly specified path. You must specify this directory as an absolute path.
--multipart-upload-expiry-interval No The time period during which the system permits a multipart upload to remain unmodified. When this time period elapses, the system considers the multipart upload stale and cleans it up automatically. Specify the time period in the format (for example, 5days). Quantity must be a positive integer less than 100 and units must be one of the following: months, weeks, days, or hours. To disable automatic multipart upload cleanup, specify never for quantity and do not specify any units.
--secure No Configure the S3 server to accept only HTTPS connections
--insecure No Configure the S3 server to accept only HTTPS connections