-
Notifications
You must be signed in to change notification settings - Fork 13
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
Improve documentation #21
Comments
I think I'm experiencing an issue with trailing slashes, receiving this error: CopyBlobByUrl error Needs to end with a / I am moving a .mov file from S3 to Azure, do I need to specify the file name again in the destination path? I've tried including it, not including it and having the parent folder both with and without a slash, and I'm still getting this error. Thoughts? Edit: This is my command: Edit: I just tried it without specifying the source file (the parent folder instead), and this seems to be running. I wondered if I could just transfer a specific file but it seems like no? |
Hi
Can you give me the full command you're using? (Replacing the secrets/keys obviously).
Thanks
Ken
… On 16 May 2017, at 06:26, rail24 ***@***.***> wrote:
I think I'm experiencing an issue with trailing slashes, receiving this error:
CopyBlobByUrl error Needs to end with a /
I am moving a .mov file from S3 to Azure, do I need to specify the file name again in the destination path? I've tried including it, not including it and having the parent folder both with and without a slash, and I'm still getting this error. Thoughts?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or mute the thread.
|
Hey Ken, I included the command in my edited comment above - but turns out I realized the problem was that I was trying to copy a file when I can only copy paths over. |
Currently there are bugs in the copying of single files. I should have that fixed in the next few days I hope. I'll update this ticket once I've fixed single blob copying here. |
General documentation improvement.
Need to make sure I include information about trailing slashes for URLs (containers vs blobs)
The text was updated successfully, but these errors were encountered: