From e229f4b38728fcde2172857c54fcdfdff15bf471 Mon Sep 17 00:00:00 2001 From: Chris Moultrie <821688+tebriel@users.noreply.github.com> Date: Tue, 17 Dec 2024 12:12:29 -0500 Subject: Update gocloud and docs for S3-Compatible Endpoints --- docs/content/en/hosting-and-deployment/hugo-deploy.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'docs') 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 = "" #URL = "gs://" # 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://?region=" +# For S3-compatible endpoints, see https://gocloud.dev/howto/blob/#s3-compatible +#URL = "s3://?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" -- cgit v1.2.3