79586607

Date: 2025-04-22 13:42:08
Score: 1.5
Natty:
Report link

If anyone has the same issue.
The answer to Nginx confg issue - couldn't connect to S3 compatible storage from NodeJS test program saved me.
I added directive :

location  /bucketname/ {
    proxy_pass https://bucketname.s3.amazonaws.com/;
    # added
    proxy_set_header Host $http_host;
}
Reasons:
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: nico