Conversation
…ing files. Had only updated the dependencies that deal with pre-sigend URLs in S3.
|
Tested the new AWS_IAM flag in AWS Fargate environment and it worked. IAM task role's permissions allowed the task to upload/download to/from S3 buckets. Here are the MINIO configs that were used as environment variables in the Fargate task. {name="MINIO_SERVER_URL", value = "s3.us-east-1.amazonaws.com"}, |
Thanks @gopanairepa ! |
Set
AWS_IAM: Trueas an environment variable in docker compose to test.