🚀We've just published the Bonfire Social 1.0 Release Candidate 2 . Here the full article: bonfire.cafe/pub/objects/01J...
@ivan @LiquidParasyte #HelpANoob #Feedback
I tried configuring S3 storage following what I assumed was the logical setup path. I added to the .env
file this:
UPLOADS_S3_BUCKET=bucketID
UPLOADS_S3_ACCESS_KEY_ID=my_keys
UPLOADS_S3_SECRET_ACCESS_KEY=my_secret
UPLOADS_S3_REGION=fr-par
UPLOADS_S3_HOST=s3.fr-par.scw.cloud
UPLOADS_S3_SCHEME=https
UPLOADS_S3_URL=https://bucketID.s3.fr-par.scw.cloud
Then I redeployed the app, but unfortunately, I couldn’t get it to work. I eventually reverted to the default settings (thankfully without breaking anything... i guess, jeje 😅).
is there something "obvious" that i'm doing wrong?
btw, reading the doc, I join @box464's suggestion from the Installation party, it would be great to have more detailed documentation or examples for S3-compatible setups (like Scaleway.), similar to the excellent SMTP setup guide you already provide.