copying amazon s3 blobs to azure blobs -


i trying copy amazon s3 blobs azure blobs via code on github

i using query own amazon/azure blobs instead of test

azurecopy.exe -i "https://testurl.s3-us-west-2.amazonaws.com/myfile.txt" -o "https://azuretest.blob.core.windows.net/test/" 

i have changed keys in app config

<add key="azureaccountkey" value=""/> <add key="awsaccesskeyid" value=""/> <add key="awssecretaccesskeyid" value=""/> <add key="awsregion" value="us-east-1"/> 

but gives me error

additional information: remote server returned error: (404) not found. 

at line of code in azureblobcopyhandler class in startcopy function

var res = blob.startcopyfromblob(new uri(url)); 

i know it's wrong in parameters have been following code , can't find wrong, can help?

now github thingy suppose should understand both s3 , azure format. not sure whether works @ all. i'd source code, modify program use hard coded urls (or create unit test hardcodes them), , f5/debug-test, see in debugger exception thrown when doing what.


Comments

Popular posts from this blog

Android layout hidden on keyboard show -

google app engine - 403 Forbidden POST - Flask WTForms -

c - Why would PK11_GenerateRandom() return an error -8023? -