diff options
author | Chris Moultrie <821688+tebriel@users.noreply.github.com> | 2024-12-17 12:12:29 -0500 |
---|---|---|
committer | Bjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com> | 2024-12-22 22:58:36 +0100 |
commit | e229f4b38728fcde2172857c54fcdfdff15bf471 (patch) | |
tree | ffec1738a03a051dbe286cfc7e6b6291ddc55391 /docs | |
parent | 020253904f335643ead1c390f9fa52f24b185a3d (diff) | |
download | hugo-e229f4b38728fcde2172857c54fcdfdff15bf471.tar.gz hugo-e229f4b38728fcde2172857c54fcdfdff15bf471.zip |
Update gocloud and docs for S3-Compatible Endpoints
Diffstat (limited to 'docs')
-rw-r--r-- | docs/content/en/hosting-and-deployment/hugo-deploy.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/content/en/hosting-and-deployment/hugo-deploy.md b/docs/content/en/hosting-and-deployment/hugo-deploy.md index a7925a666..ea42da39f 100644 --- a/docs/content/en/hosting-and-deployment/hugo-deploy.md +++ b/docs/content/en/hosting-and-deployment/hugo-deploy.md @@ -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" |