Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update gocloud and docs for S3-Compatible Endpoints #13158

Merged
merged 1 commit into from
Dec 22, 2024

Conversation

tebriel
Copy link
Contributor

@tebriel tebriel commented Dec 17, 2024

While trying to follow the docs, Configuring your first
deployment
gives an
example of using an S3-Compatible endpoint. I could not get this to work with the current codebase.

gocloud 0.40.0 released on 2024-10-10 includes a
bugfix google/go-cloud#3473 which allows specifying a custom endpoint in an s3 url to
publish to an s3-compatible service, such as MinIO as was linked in that PR
minio/docs#406 (comment).

I updated the docs to include an s3 URL that works with the updated gocloud library (tested against my MinIO
instance) with example parameters.

Resolves #13159

@bep bep merged commit e229f4b into gohugoio:master Dec 22, 2024
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Unable to deploy to S3-Compatible (MinIO) service with hugo deploy
2 participants