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
- Unable to init function via cli
Hello! I have created a new self hosted instance of appwrite 1.9.6 and have connected to that insatnce with the cli 27.2.0 that was released a few hours ago. Wh...
- Appwrite-injected variables are not avai...
I am using rust-1.83 as a runtime and try to access APPWRITE_FUNCTION_API_ENDPOINT or APPWRITE_FUNCTION_API_KEY during runtime. Both are not set during my execu...
- OAuth Missing redirect URL
Hello all, on a Flutter mobile app with latest Appwrite dependency (25.4.0) I always got "Missing redirect URL" - "Your OAuth login flow is missing a proper red...