You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I try to put a file like this:
c:\Go\addons\bin\gof3r.exe put -b prod-glad -k "xrate-csv/year=2016/test.txt" -p c:\test.txt --endpoint s3-eu-west-1.amazonaws.com
command doesn't work and fail with:
gof3r error: 403: "The request signature we calculated does not match the signature you provided. Check your key and signing method."
but when = is replaced with _:
c:\Go\addons\bin\gof3r.exe put -b prod-glad -k "xrate-csv/year_2016/test.txt" -p c:\test.txt --endpoint s3-eu-west-1.amazonaws.com
it works.
Can you tell me how should I escape = to make it work?
Best
Mikolaj
The text was updated successfully, but these errors were encountered:
Hi
When I try to put a file like this:
c:\Go\addons\bin\gof3r.exe put -b prod-glad -k "xrate-csv/year=2016/test.txt" -p c:\test.txt --endpoint s3-eu-west-1.amazonaws.com
command doesn't work and fail with:
gof3r error: 403: "The request signature we calculated does not match the signature you provided. Check your key and signing method."
but when = is replaced with _:
c:\Go\addons\bin\gof3r.exe put -b prod-glad -k "xrate-csv/year_2016/test.txt" -p c:\test.txt --endpoint s3-eu-west-1.amazonaws.com
it works.
Can you tell me how should I escape = to make it work?
Best
Mikolaj
The text was updated successfully, but these errors were encountered: