Add sse_customer_algo default note

This commit is contained in:
Cody Wyatt Neiman 2022-11-04 13:09:01 -04:00
parent 8383d2e346
commit 095f8ebe86
No known key found for this signature in database
GPG key ID: 94475C8B94E4698D

View file

@ -31,6 +31,7 @@ media_storage_providers:
# Server Side Encryption for Customer-provided keys # Server Side Encryption for Customer-provided keys
#sse_customer_key: <S3_SSEC_KEY> #sse_customer_key: <S3_SSEC_KEY>
# Your SSE-C algorithm is very likely AES256 # Your SSE-C algorithm is very likely AES256
# Default is AES256.
#sse_customer_algo: <S3_SSEC_ALGO> #sse_customer_algo: <S3_SSEC_ALGO>
# The object storage class used when uploading files to the bucket. # The object storage class used when uploading files to the bucket.