Blobporter Versions Save

Highly concurrent data transfer tool for Azure Blob Storage.

v0.6.20

5 years ago
  • Blob to Block Blobs transfers use the Put Block from URL API.
  • Proxy support. Thanks @sylus
  • Fix: name collision in perf mode. Thanks @kratz00
  • Minor fixes and performance improvements.
  • Upgrade to Go 1.11

v0.6.15

6 years ago
  • based url/endpoint suffix is exposed as an option. Closes: #67
  • download transfer improvements
  • doc and help update
  • fix error message when account or key env variables are missing. Closes: #96

v0.6.14

6 years ago

-Empty files are now allowed for uploads (file-to-block transfers) #84 -Recursive folder upload (only for block blobs) #94 -Fix: Display summary shows the correct suffix for the total data size.

v0.6.12

6 years ago

What's new?

Fixes: #82 #41

v0.6.09

6 years ago

-Expiration of the readonly access token for S3/blob is configurable, -o option. -Fix: Winsock timeout is now retriable. -Code refactoring

v0.6.07

6 years ago

Fix: Page start and end ranges are now int64 in the local version of the SDK

v0.6.06

6 years ago

What's new?

  • Upgrade to the new storage go SDK
  • Performance mode to simulate downloads and uploads

Fixes: #85, #80, #83

Breaking Changes:

  • The source file structure is kept by default and can be disabled with the new -i option. The -p option is no longer supported.
  • block level md5 checksum is not calculated for page blobs.

v0.5.25

6 years ago

Fix: In batch transfers the last batch was not referencing the correct sources when the number of items was not a multiple of the batch size

v0.5.23

6 years ago
  • File handle cache is now constrained

v0.5.22

6 years ago
  • Support for S3 and Azure Blob sources
  • File handles for the multifile target pipeline are now lazily instantiated
  • Better validation of options/parameters
  • Default files per batch is now 500