Update gocloud and docs for S3-Compatible Endpoints

This commit is contained in:
Chris Moultrie
2024-12-17 12:12:29 -05:00
committed by Bjørn Erik Pedersen
parent 020253904f
commit e229f4b387
3 changed files with 6 additions and 4 deletions

View File

@@ -55,9 +55,11 @@ URL = "<FILL ME IN>"
#URL = "gs://<Bucket Name>"
# Amazon Web Services S3; see https://gocloud.dev/howto/blob/#s3
# For S3-compatible endpoints, see https://gocloud.dev/howto/blob/#s3-compatible
#URL = "s3://<Bucket Name>?region=<AWS region>"
# For S3-compatible endpoints, see https://gocloud.dev/howto/blob/#s3-compatible
#URL = "s3://<Bucket Name>?endpoint=https://my.minio.instance&awssdk=v2&use_path_style=true&disable_https=false
# Microsoft Azure Blob Storage; see https://gocloud.dev/howto/blob/#azure
#URL = "azblob://$web"