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

Helpy can't read images from S3 storage #1580

Open
mzch opened this issue Jan 2, 2020 · 3 comments
Open

Helpy can't read images from S3 storage #1580

mzch opened this issue Jan 2, 2020 · 3 comments

Comments

@mzch
Copy link

mzch commented Jan 2, 2020

Helpy 2.7 can't read images from S3 storage, amazon s3 and compatible storage (MinIO).
I confirmed that images were uploaded.

@alitheg
Copy link

alitheg commented Mar 27, 2020

I've got this issue too. I'm attempting to figure out how the routing works to get from S3 but I'm not familiar with fog - happy to look at fixing it if someone can point out where to look!

@alitheg
Copy link

alitheg commented Mar 27, 2020

If it helps, I reproduced it locally by removing /uploads from the Caddyfile and setting S3 env vars thus:

REMOTE_STORAGE=true
S3_KEY=<my access key>
S3_SECRET=<my access secret>
S3_REGION=eu-west-2
S3_BUCKET_NAME=<my bucket name>

@alitheg
Copy link

alitheg commented Mar 30, 2020

My issue may be different - I was using S3 and thought that the S3_ENDPOINT setting was defaulted to S3. Once I set it, attachments are working. Logos and Favicons still aren't.

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

2 participants