The delete-table-bucket-encryption command deletes the server-side encryption configuration for a Table Bucket.
Usage notes
After you delete the encryption configuration, new data written to the Table Bucket is no longer server-side encrypted. Existing encrypted data is not affected.
Syntax
ossutil tables-api delete-table-bucket-encryption --table-bucket-arn value [flags]Parameter | Type | Description |
--table-bucket-arn | string | The Table Bucket ARN in the format acs:osstables:{region}:{accountId}:bucket/{name}. |
This command is the command-line equivalent of the DeleteTableBucketEncryption API operation. For more information about the parameters, see DeleteTableBucketEncryption.
For details on supported global command-line options, see ossutil global command-line options.
Examples
The following example deletes the encryption configuration for a Table Bucket named my-table-bucket in the China (Hangzhou) region.
ossutil tables-api delete-table-bucket-encryption --table-bucket-arn acs:osstables:cn-hangzhou:1234567890:bucket/my-table-bucket