I created a File Storage Service using Amazon S3. I put the Access Key and Secret, but when I try to use the option “Manage service files”, it finds the Bucket name, but I get an alert saying “404 Not found (Request-ID: XXXXXXXXXXXX)” when I double click it.
I also tried to use the option “Explore this service”, but I’m getting this response:
{
"error": [
{
"message": "404 Not Found (Request-ID: XXXXXXXXXX)",
"code": 500
}
]
}
Do I have to do any setup on AWS? How does it find the bucket name, but none of its content? What can I do to solve this?