Skip to content

Latest commit

 

History

History
49 lines (48 loc) · 1.76 KB

s3_modify_settings.md

File metadata and controls

49 lines (48 loc) · 1.76 KB
category command optional_options permalink positional_options sidebar summary synopsis title usage zendesk_source
s3
s3_modify_settings
alternate help name required
-d
Disable S3 server
--disable
false
alternate help name required
-e
Enable S3 server
--enable
false
alternate help name required
The default bucket directory prefix for all S3 buckets created without an explicitly specified path. You must specify this directory as an absolute path.
--base-path
false
alternate help name required
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 <quantity><units> 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.
--multipart-upload-expiry-interval
false
alternate help name required
Configure the S3 server to accept only HTTPS connections
--secure
false
alternate help name required
Configure the S3 server to accept only HTTPS connections
--insecure
false
/qq-cli-command-guide/s3/s3_modify_settings.html
qq_cli_command_reference_sidebar
This section explains how to use the <code>qq s3_modify_settings</code> command.
Modify S3 server settings
qq s3_modify_settings
qq s3_modify_settings [-h] [--disable | --enable] [--base-path BASE_PATH] [--multipart-upload-expiry-interval MULTIPART_UPLOAD_EXPIRY_INTERVAL] [--secure | --insecure]
qq CLI Command Guide