Merge pull request #7882 from therynamo/aws-encryption-s3

feat: Allow SSE on AWS S3 Buckets
This commit is contained in:
Eric Peterson
2021-11-16 11:01:11 +01:00
committed by GitHub
5 changed files with 42 additions and 1 deletions
+6
View File
@@ -106,6 +106,12 @@ 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
# Defaults to undefined.
# 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: