Merge pull request #4868 from rbideau/4867-configure-aws-s3-endpoint

Add techdocs.publisher.awsS3.endpoint config option
This commit is contained in:
Ben Lambert
2021-03-08 17:22:27 +01:00
committed by GitHub
4 changed files with 27 additions and 3 deletions
+6
View File
@@ -76,6 +76,12 @@ techdocs:
region:
$env: AWS_REGION
# (Optional) Endpoint URI to send requests to.
# If not set, the default endpoint is built from the configured region.
# https://docs.aws.amazon.com/AWSJavaScriptSDK/latest/AWS/S3.html#constructor-property
endpoint:
$env: AWS_ENDPOINT
# Required when techdocs.publisher.type is set to 'azureBlobStorage'. Skip otherwise.
azureBlobStorage: