Ken Faulkner

Results 72 comments of Ken Faulkner

Am I right in saying that if I find a go client that is pomelo compatible, then in theory it would work?

Hi Downloading the zip file is just the source code. If you want pre-built binaries you go to the releases link and find them there. eg. https://github.com/kpfaulkner/azurecopy/releases/tag/1.5.1 and download azurecopy-1.5.1.7z...

Hi What version of azurecopy are you using? Also, can I get the full stack trace please? Thanks Ken

Hi Just to clarify, in the real command you execute the S3 and Azure URLs are correct, yes? Thanks Ken > On 8 Jun 2017, at 07:46, fabianoamorim wrote: >...

Thanks for the update. /me puts it on his todo list :)

Hi Do you get any stacktrace at all? Also, can you show me the exact command you used? Thanks Ken

Hi The command looks wrong azurecopy.exe -i "https://s3.amazonaws.com/name/receipts" -o "C:\\Azureifcopies" -azurekey %AzureAccountKey% -s3k %AWSAccessKeyID% -s3sk %AWSSecretAccessKeyID% -blobcopy -destblobtype block The key thing here is you're telling it to use "blobcopy"...

Can you provide the *exact* command you use for the Azure case (the one provided is for local filesystem). Also can you try it without -blobcopy Thanks

Fixed for azure destination in release https://github.com/kpfaulkner/azurecopy/releases/tag/1.4.0 Will expand to other cloud destinations soon.

Hi Thanks, I'll add the DoesBlobExist implementation into the next version. As for the static S3 Client, I'd need to check what would happen for a S3 -> S3 copy....