AWS S3 uploads to private buckets. #1269
Answered
by
austintoddj
mrtorks
asked this question in
Troubleshooting
-
This is in reference to #785 . I am using a private bucket that has restricted access and file uploads fail all the time. I am using the latest version of canvas. The code below internally throws the error. When I changed it form
|
Beta Was this translation helpful? Give feedback.
Answered by
austintoddj
May 24, 2023
Replies: 1 comment 3 replies
-
What's the error when the image isn't showing? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I see what happened. #785 correctly changed the store method, but I eventually refactored the MediaController to the UploadsController, and never carried the change over. That was my fault.
Going to work on a hotfix to get this updated in the
master
branch.