@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鈥檛 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.