You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 13, 2023. It is now read-only.
My rails application deployed on Amazon ECS with dockerisation. When we are uploading file through rails console inside ECS docker shell then it is able to upload the file on s3 bucket, and we are able to upload files in s3 by aws-cli inside ECS docker shell, but when we are uploading file through the application using paperclip it was throwing s3 access denied error. We are using AWS service and given role-based access to the ECS container. We tried a couple of ways to solve the issue, but we are not able to resolve it.
What could be the issue of the paperclip is not able to upload the file on s3 bucket in ESC docker?
Please let me know if you need more information about the application.
Here some more details:
ruby 2.2.10
paperclip 4.2.1
My rails application deployed on Amazon ECS with dockerisation. When we are uploading file through rails console inside ECS docker shell then it is able to upload the file on s3 bucket, and we are able to upload files in s3 by aws-cli inside ECS docker shell, but when we are uploading file through the application using paperclip it was throwing s3 access denied error. We are using AWS service and given role-based access to the ECS container. We tried a couple of ways to solve the issue, but we are not able to resolve it.
What could be the issue of the paperclip is not able to upload the file on s3 bucket in ESC docker?
Please let me know if you need more information about the application.
Here some more details:
ruby 2.2.10
paperclip 4.2.1
Dockerfile: FROM ruby:2.2-alpine AS builder
The text was updated successfully, but these errors were encountered: