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

Linode Object Storage Support #59

Open
xisonc opened this issue Jun 4, 2022 · 0 comments
Open

Linode Object Storage Support #59

xisonc opened this issue Jun 4, 2022 · 0 comments

Comments

@xisonc
Copy link

xisonc commented Jun 4, 2022

Not an issue, just want to mention I spent some time getting caddy-s3-proxy to work with Linode's object storage service.

If you want to maybe use this as an example config, but this worked for me:

#s3 proxy
route /* {
s3proxy {
bucket "my-bucket-name"
region "us-east-1"
endpoint "https://us-east-1.linodeobjects.com"
}
}

I first tried the endpoint as https://linodeobjects.com, but it did not work, the region needs to be specified in the endpoint.

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

No branches or pull requests

1 participant