hi, I've linked my local MinIO Instance (it's just for testing, not for prod.) to my appwrite instance, when i'm uploading a file it's getting uploaded to the S3 but the console give's me error with no message, and the file is not visibile in the appwrite bucket. The logs network tab gives me a 403
<@262572967358234634>
you might be using legacy env like OPR_EXECUTOR_STORAGE_DEVICE or OPR_EXECUTOR_STORAGE_S3_
make sure ur using connection storage dsn
OPR_EXECUTOR_CONNECTION_STORAGE=s3://ACCESS_KEY:SECRET@HOST/BUCKET?region=REGION
also is it executor, or any S3 related queries ? just showed the above issue as i saw Chirag mentionning the executor envs
also made some "docs" regarding S3 when i did the migration myself https://discord.com/channels/564160730845151244/1507320206119141407
and i would recommend using garage, as minio open source is deprecated
hey, have you been able to resolve your S3 problem ?
sry haven't looked into that again
np, take your time, and if you need more help on this you can ping me ๐ (and/or wait for other people to help)
Recommended threads
- How to disable appwrite/embedding from s...
Hi everyone! I'm currently running a self-hosted instance of Appwrite. For my current use case, I don't need the AI/embedding features, and I noticed the `app...
- Invalid type for attribute 'email': emai...
I'm using the node-appwrite SDK to create a table, the column payload looks like this: ```json [{"key":"email","type":"email","required":true, "size": 512}] ``...
- Git connection is not working anymore on...
Hello all, I updated from 1.8.1 to 1.9.0 then 1.9.5. All seems to work even the Github connection. In Git configuration I see my Github user but when trying to...