All Products
Search
Document Center

Object Storage Service:Get Table Bucket encryption

Last Updated:Jun 03, 2026

Retrieves the server-side encryption configuration of a Table Bucket.

Usage notes

  • Returns an empty encryption configuration if server-side encryption is not configured for the Table Bucket.

Syntax

ossutil tables-api get-table-bucket-encryption --table-bucket-arn value [flags]

Parameter

Type

Description

--table-bucket-arn

string

ARN of the Table Bucket. Format: acs:osstables:{region}:{accountId}:bucket/{name}.

Note

Examples

Retrieve the encryption configuration of a Table Bucket named my-table-bucket in the China (Hangzhou) region:

ossutil tables-api get-table-bucket-encryption --table-bucket-arn acs:osstables:cn-hangzhou:1234567890:bucket/my-table-bucket