Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

issue with = in path #116

Open
mhainfarecom opened this issue Dec 19, 2016 · 0 comments
Open

issue with = in path #116

mhainfarecom opened this issue Dec 19, 2016 · 0 comments

Comments

@mhainfarecom
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant