So, I’m not well versed with AWS but i’m trying to add an S3 adaptor to a self-hosted Appwrite instance to store and retrieve an object in s3. Currently I’m not sure if I created the AWS permissions well or if I even linked Appwrite Cloud to Docker properly. If there’s someone here who could put me through.
What error are you getting?
There’s no error. I feel they’re multiple things I did wrong. I just need someone to walk me through the process of integrating the S3 adaptor with Appwrite.
Does docker compose exec appwrite vars show the correct values?
Recommended threads
- Storage Bucket Permissions
Hey folks, when enabling CRUD on the bucket level for the role any, should the bucket be accessible when using a session client?
- how can i make a relationship between a ...
i want to relate the $id from users auth table in appwrite with other column in my table user_profile. because is the same user... how can i have exactly the s...
- `type 'Null' is not a subtype of type 'b...
When creating a new file using Appwrite Flutter SDK, the file is successfully created on the server, but the client throws the following exception: ``` type ...