Replies: 1 comment
-
Hi @bdavj - sorry to hear you're having issues. I just tested the I suggest that you try making sure that the values below are set either not to cache as below or are set to a very low value like
At that point, the debug output should give you something like this:
I'm sure you know but stating for posterity I'll mention that you'll need to either tail the integrated docker logs or specifically look at Comment back here if the above doesn't work and we can explore other directions. |
Beta Was this translation helpful? Give feedback.
-
Trying to use nginx-s3-gateway in ECS-Fargate, using an IAM role. I've tried substituting the image in with a simple docker image that runs an S3 ls, which works fine, so comms and task role authentication appears to be working fine.
Using the same account, with access credentials locally, I can directory list and pull files fine.
When running in ecs-fargate, without the key/secret etc filled, I get no errors on startup, however all page loads result in a 404. I've attempted to remove the restriction on the x-amzn headers, and indeed the proxy error for 404s to try and get more detail, however all I see is the vanilla 404, and the GET request logged (even with debug logging on).
Is there any way to get a bit more information as to where the S3 call is failing?
Beta Was this translation helpful? Give feedback.
All reactions