Deletes the server-side encryption configuration for a Table Bucket.
Usage notes
-
After deletion, 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 |
Table Bucket ARN. Format: acs:osstables:{region}:{accountId}:bucket/{name}. |
Note
-
This command is the CLI equivalent of the DeleteTableBucketEncryption API operation.
-
This command also supports ossutil global command-line options.
Examples
This 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