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

Improve documentation #21

Open
kpfaulkner opened this issue Mar 2, 2017 · 4 comments
Open

Improve documentation #21

kpfaulkner opened this issue Mar 2, 2017 · 4 comments

Comments

@kpfaulkner
Copy link
Owner

General documentation improvement.
Need to make sure I include information about trailing slashes for URLs (containers vs blobs)

@darcy-railip
Copy link

darcy-railip commented May 15, 2017

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:
"./azurecopy -S3SourceAccessID="xyz" -S3SourceAccessSecret="xyz" -S3SourceRegion="us-east-1" -AzureDestAccountKey="xyz" -AzureDestAccountName="xyz" -source="https://s3.amazonaws.com/bucketname/projects/56d46edc79aadb14008b4568/uploads/moviename.mov" -dest="https://accountname.blob.core.windows.net/containername/projects/56d46edc79aadb14008b4568/versions/56d46edc79aadb14008b4569/source-files/58b4f7aaacad8513008b4567/master/" -copyblob"

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?

@kpfaulkner
Copy link
Owner Author

kpfaulkner commented May 15, 2017 via email

@darcy-railip
Copy link

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.

@kpfaulkner
Copy link
Owner Author

Currently there are bugs in the copying of single files. I should have that fixed in the next few days I hope.
If you're on Windows you can use the original AzureCopy project ( https://github.com/kpfaulkner/azurecopy/releases/tag/1.4.1 ).

I'll update this ticket once I've fixed single blob copying here.

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

2 participants