zivkaziv95Original post
Rank 1: Thread
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_KEYand_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 gotAuthorizationHeaderMalformederror - 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
Summary
- 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.