Here's the error I keep receiving:
A client error (AccessDenied) occurred when calling the ListObjects operation: Access Denied
I've triple-checked my credentials and googled this error to my wits' end. I edited my bucket policy to add an s3:ListBucket action, but to no avail. When I do so, it just returns a similar message:
A client error (AccessDenied) occurred when calling the ListBuckets operation: Access Denied
This is also my first time creating an s3 bucket so it's quite possible I missed some important step.
I have triple-checked my keys and even tried creating an additional user (editing the bucket permissions to allow for authenticated users). Always returns the same error.