-
Notifications
You must be signed in to change notification settings - Fork 181
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
'#' in S3 key/"path" #68
Comments
I accidentally hit the submit-issue keyboard shortcut early, so I've updated my comment above slightly with the rest of the details. Also, I've tried passing a backslash as part of the argument (appropriately escaped for the BASH shell I'm running this from to not swallow it, of course) and it seemingly works at first, but actually only uploads it with the S3 key/"path" |
Thanks, I've confirmed it's an issue with |
Thank you for the prompt reply. Looking forward to any fix you may be able to do on your end. In the meantime, I have found that you can make it work with the
|
Current workaround for
|
venkatnaidu@venkiadmin-Vostro-460:~/go/bin$ gof3r cp /home/venkatnaidu/Desktop/prac/xxlarge.jpg s3://wed-test-upload |
In an S3 bucket, I have a folder like so:
#foo
I am trying to upload a file to it, e.g. put a file with local pathname
/tmp/bar
into the key#foo/bar
$my_bucket_name
contains only alpha-numerics and the-
character.The text was updated successfully, but these errors were encountered: