Skip to content

Commit

Permalink
Update gocloud and docs for S3-Compatible Endpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
tebriel authored and bep committed Dec 22, 2024
1 parent c9b23cf commit ad2e9ae
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion content/en/hosting-and-deployment/hugo-deploy.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit ad2e9ae

Please sign in to comment.