Rank 1: Thread
Hi, due to the security considerations of using access key and secret, I have created a "special user" with no powers beyond that over the designated S3 bucket (s3: ).
However, I couldn't even get the initial console's uploading of a single small file to work - just stayed stuck at "UPLOADING FILES (1)".
Initially, I thought it was due to SSL but even after forcing the browser to accept the self-signed cert, the problem remains.
I looked around the logs of the containers and found that there is an "access denied" error (see screenshot) around line 808 of /usr/src/code/vendor/utopia-php/Storage/Device/S3.php
What kind of rights (policy) should I have applied on the S3 bucket? I thought s3: on that bucket would solve all problems but I guess it didn't.
Would appreciate any pointers you can give.