Skip to content

CopyBlob flag added

Compare
Choose a tag to compare
@kpfaulkner kpfaulkner released this 22 Jan 23:17
· 39 commits to master since this release

The Azure CopyBlob has been added when targeting Azure as the destination. This means that (for example) when copying from S3 to Azure you can now do it WITHOUT using your own local bandwidth. This will copy from S3 directly to Azure only using Amazons and Microsofts bandwidth.

WOOHOO :)

Simply add the -copyblob flag to your command (instead of -copy) and away you go. Will follow up with blog posts soon.

Also:

  • Temp file creation is now crossplatform and files are cleared up afterwards
  • Misc logging neatening