feat: Allow SSE on AWS S3 Buckets

Signed-off-by: therynamo <theryn.groetken@gemini.com>
This commit is contained in:
therynamo
2021-11-03 14:38:57 -05:00
parent 3e6762ba3f
commit 7acc18e21a
4 changed files with 31 additions and 1 deletions
+5
View File
@@ -106,6 +106,11 @@ techdocs:
# This allows providers like LocalStack, Minio and Wasabi (and possibly others) to be used to host tech docs.
s3ForcePathStyle: false
# (Optional) AWS Server Side Encryption
# If not set, encrypted buckets will fail to publish.
# https://docs.aws.amazon.com/AmazonS3/latest/userguide/specifying-s3-encryption.html
sse: 'aws:kms' # or AES256
# Required when techdocs.publisher.type is set to 'azureBlobStorage'. Skip otherwise.
azureBlobStorage: