Skip to content

Commit 922bba7

Browse files
committed
feat(storage): update
1 parent 6791175 commit 922bba7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pages/object-storage/api-cli/bucket-operations.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -607,7 +607,9 @@ x-amz-expected-bucket-owner: ExpectedBucketOwner
607607
**CLI command**
608608

609609
```bash
610-
aws s3api put-bucket-encryption --bucket BucketName --server-side-encryption-configuration <value>
610+
aws s3api put-bucket-encryption \
611+
--bucket BucketName \
612+
--server-side-encryption-configuration '{"Rules": [{"ApplyServerSideEncryptionByDefault": {"SSEAlgorithm": "AES256"}}]}'
611613
```
612614

613615
## PutBucketLifecycleConfiguration

0 commit comments

Comments
 (0)