Description
Displays the source container list of an existing cloud connection.
Syntax
cloud_tier --src_cont_list [--name <cloud tier name>]
[--cloud_archive]
Where
--cloud_archive Displays cloud archive tier connection source containers list
--name Name of the cloud tier
Result
Cloud source container entries are:
ObjectContainer (id: 1) (groupid: 3)
Description
Displays the list of cloud_tier related options that can be used as a reference when using the QoreStor CLI.
Result
cloud_tier --show [--verbose]
[--name <cloud tier name>]
[--cloud_archive]
cloud_tier --add --cloud_container <bucket name>
--cloud_provider <AWS-S3|AZURE|Wasabi-S3|Google-S3|IBM-S3|Scality-Artesca-S3|S3-Compatible>
[--name <cloud tier name>]
[--cloud_archive_service <S3-Glacier|S3-Deep-Archive>]
[--archive_retention_in_warm <1 to 365 days>]
[--archive_role_arn <archive role arn>]
[--archive_restore_type <Batch|Lambda>]
--enable_locking <Yes|No>
cloud_tier --update [--name <cloud tier name>]
[--cloud_password]
[--cloud_archive]
[--archive_retention_in_warm <1 to 365 days>]
[--archive_role_arn <archive role arn>]
[--archive_restore_type <Batch|Lambda>]
[--s3_storage_class <INTELLIGENT_TIERING|STANDARD_IA|ONEZONE_IA|GLACIER_IR|STANDARD>]
cloud_tier --delete [--name <cloud tier name>]
[--cloud_archive]
cloud_tier --setpassphrase [--name <cloud tier name>]
[--cloud_archive]
cloud_tier --enable --src_name <name>
[--name <cloud tier name
[--cloud_archive]
cloud_tier --purge-ssl-certificate
cloud_tier --src_cont_list [--name <cloud tier name>]
cloud_tier --troubleshoot --cloud_container <bucket name>
--cloud_provider <AWS-S3|AZURE|Wasabi-S3|Backblaze-S3|Google-S3|IBM-S3|Scality-Artesca-S3|S3-Compatible>
cloud_tier --help
cloud_tier <command> <command-arguments>
<command> can be one of:
--show Displays the current cloud connection details.
--add Adds a new cloud connection.
--update Updates a cloud connection details.
--delete Deletes an existing cloud connection.
--setpassphrase Sets passphrase to a cloud connection.
--enable Enable cloud replication for source container.
--purge-ssl-certificate Remove the cached self signed ssl certificate.
--src_cont_list Source container list of an existing cloud connection.
--troubleshoot Troubleshoot a given cloud connection string.
For command-specific help, please type cloud_tier --help <command>
eg:
cloud_tier --help show
Description
Troubleshoot a given cloud connection string.
Syntax
cloud_tier --troubleshoot --cloud_container <bucket name>
--cloud_provider <AWS-S3|Wasabi-S3|Backblaze-S3|Google-S3|IBM-S3|Scality-Artesca-S3|S3-Compatible>
Where
--cloud_container Name of the cloud container. Valid values are [a-z,A-Z,0-9,'-'].
--cloud_provider Name of the cloud service provider. Valid values are [a-z,A-Z,0-9,'-'].
Result
Connection string validated
s3:ListBucket : permitted
s3:createBucket : to check
s3:listObjects : permitted
s3:listObjectsV2 : permitted
s3:putObject : permitted
s3:headObject : permitted
s3:getobject : permitted
s3:deleteObjects : permitted
s3:listObjectVersions : permitted
s3:deleteObject : to check
s3:createMultipartUpload : permitted
s3:uploadPartAsync : permitted
s3:uploadPart : to check
s3:abortMultipartUpload : to check
s3:listMultipartUploads : to check
s3:s3:GetObjectVersionAttributes : to check
Failed to lock object after close, check s3:putObjectRetention, s3:PutBucketObjectLockConfiguration permission
Check s3:GetBucketObjectLockConfiguration, s3:PutBucketVersioning, s3:GetObjectVersionAttributes permissions
Check s3:putObjectLegalHold, s3:getObjectLegalHold, s3:BypassGovernanceRetention permissions
Please see /var/log/oca/aws/s3_.log or /var/log/oca/aws/s3.log for more info.
This topic introduces the set of QoreStor CLI commands that allow you to manage, configure, and display connection-related settings for containers on a QoreStor server. For more information, see Container Command Usage .