1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-12-01 22:29:52 +02:00
Files
OpenIntegrations/docs/en/cli/s3/PutBucketEncryption/bash.txt

5 lines
451 B
Plaintext
Raw Normal View History

2024-11-17 15:42:31 +03:00
oint s3 PutBucketEncryption \
2025-09-15 16:30:36 +03:00
--name "opi-gpbucket3" \
2024-11-17 15:42:31 +03:00
--basic "{'URL':'storage-155.s3hoster.by','AccessKey':'***','SecretKey':'***','Region':'BTC','Service':'s3'}" \
2025-09-15 16:30:36 +03:00
--conf "<ServerSideEncryptionConfiguration xmlns="http://s3.amazonaws.com/doc/2006-03-01/">\n <Rule>\n <ApplyServerSideEncryptionByDefault>\n <SSEAlgorithm>AES256</SSEAlgorithm>\n </ApplyServerSideEncryptionByDefault>\n </Rule>\n</ServerSideEncryptionConfiguration>" \
2024-11-17 15:42:31 +03:00
--dir false