Skip to content

Releases: kpfaulkner/azurecopy

Better support for large number of blobs

22 Jul 11:57
Compare
Choose a tag to compare

Small fix to handle situations where the number of blobs (not the size) is very large.
Instead of obtaining the complete list before copying blobs, it processes them one at a time.

x64 version

04 Jun 06:50
Compare
Choose a tag to compare
x64 version Pre-release
Pre-release

New x64 version.

upgrade azure storage nuget

08 Feb 02:06
Compare
Choose a tag to compare
Pre-release

Upgraded AzureStorage library.

Vdirs and blobcopy

20 Jan 21:07
Compare
Choose a tag to compare
Vdirs and blobcopy Pre-release
Pre-release

Virtual Directories and BlobCopy improvements.
Can handle virtual directories that do NOT exist in target location.

S3 Region fix

18 Jan 04:52
Compare
Choose a tag to compare
S3 Region fix Pre-release
Pre-release

Small region fix for S3.

Bug tweak

10 Dec 20:53
Compare
Choose a tag to compare
Bug tweak Pre-release
Pre-release

Small fix for bug introduced in 1.1.2 which sometimes stopped the simple/single blob copy process to work.

Dropbox directories

02 Dec 10:23
Compare
Choose a tag to compare

Added directory support for Dropbox.
Can now copy between S3/Azure to/from Dropbox. S3 and Azure will maintain their virtual directories but in Dropbox the real directories will be created.

Virtual Directory tweaks

18 Nov 21:19
Compare
Choose a tag to compare
Pre-release

Virtual Directories are handled in a more consistent manner (in particular between Azure Storage and S3).
If you have virtual directories (ie blobs with / in the name indicating directories... eg mydir/myfile) then you can perform the following

azurecopy -i http://...../mycontainer/mydir/ -o https://........

This will copy all blobs with the prefix "mydir" and copy them to the destination but will trim the "mydir/" prefix from the destination blob. ie it pretends to copy the inner file and keep the inner file name.

If you want to copy everything in a container/bucket and keep the virtual directory structure you can perform the command

azurecopy -i https://..../mycontainer/ -o https://......

This will copy all the contents of mycontainer to the destination, keeping the exact filenames (including virtual directory delimiter /)

blobcopy fix.

12 Oct 21:24
Compare
Choose a tag to compare

Issue with blob name generation when using blobcopy flag.

Small S3 fix.

30 Jul 21:56
Compare
Choose a tag to compare

Added fix when listing contents of S3 bucket using the URL format https://bucketname.s3.amazonaws.com