zivkaziv95
Hey,
I'm trying to check the option for s3
storage devide, and I have couple of questions that I didn't find an answer for:
- Do I have to set values on
_APP_STORAGE_S3_ACCESS_KEY
and_APP_STORAGE_S3_SECRET
, in my case, I'm using IAM role which give me write and read access to the bucket. Without it I gotAuthorizationHeaderMalformed
error - Is there an option to set some prefix? - in my case I would like to have 2 different apps that will use the same bucket, and add some kind of prefix for each one of them
Thanks Ziv
TL;DR
- Developer wants to set `s3` as the storage device for an app
- Questions about setting `_APP_STORAGE_S3_ACCESS_KEY` and `_APP_STORAGE_S3_SECRET`
- Wants to know if there's an option to set a prefix for different apps sharing the same bucket
Solution:
1) Yes, values for `_APP_STORAGE_S3_ACCESS_KEY` and `_APP_STORAGE_S3_SECRET` are required when using IAM role for read/write access.
2) There's no built-in option to set prefixes for different apps sharing the same bucket. Steven
I'm pretty sure some folders will have the project id in it. You can't have separate buckets though
Recommended threads
- Use different email hosts for different ...
Hello, I have 2 projects and i want to be able to set up email templates in the projects. Both projects will have different email host configurations. I see ...
- Get team fail in appwrite function
I try to get team of a user inside appwrite function, but i get this error: `AppwriteException: User (role: guests) missing scope (teams.read)` If i try on cl...
- Deploy function not working - 503
Hellon i get this error message, when i try to deploy a new version of a function <html><body><h1>503 Service Unavailable</h1>No server is available to handle...