Closed MafiaInc closed 9 years ago
Am having same Issue. Solved using a rewrite /test/([^/]+) /$1 break;
But Space in the url breaks that too
Any Solution?
I got the solution.
Works for me Please confirm if it helped anyone else. Also if it does this should be included in the documentation Created a Pull
we have to use rewrite /test/(.+) /$1 break; and proxy_pass http://your_s3_bucket.s3.amazonaws.com/$1;
Hi,
I don't understand why I always get "SignatureDoesNotMatch" error from aws when trying to get object with specified location for example:
If I use / location and comment out the chop_prefix variable it's working good. Can you help here?