ac23782d56
This pr is auto merged as it contains a mandatory file and is opened for more than 10 days. |
||
---|---|---|
.vscode | ||
Godeps | ||
_build | ||
docs | ||
img | ||
internal | ||
pipeline | ||
sources | ||
targets | ||
transfer | ||
util | ||
vendor | ||
.gitignore | ||
.travis.yml | ||
Gopkg.lock | ||
Gopkg.toml | ||
LICENSE | ||
README.md | ||
SECURITY.md | ||
_config.yml | ||
args.go | ||
args_test.go | ||
blobporter.go | ||
files.sh | ||
go.mod | ||
go.sum | ||
inttest._m.sh | ||
inttest.sh | ||
pipelinefactory.go | ||
progstate.go |
README.md
BlobPorter
Introduction
BlobPorter is a data transfer tool for Azure Blob Storage that maximizes throughput through concurrent reads and writes that can scale up and down independently.
Sources and targets are decoupled, this design enables the composition of various transfer scenarios.
From/To | Azure Block Blob | Azure Page Blob | File (Download) |
---|---|---|---|
File (Upload) | Yes | Yes | NA |
HTTP/HTTPS* | Yes | Yes | Yes |
Azure Block Blob | Yes | Yes | Yes |
Azure Page Blob | Yes | Yes | Yes |
S3 Endpoint | Yes | Yes | No |
* The HTTP/HTTPS source must support HTTP byte ranges and return the file size as a response to a HTTP HEAD request.
What's new (0.6.20) ?
- Blob to Block Blobs transfers use the Put Block from URL API.
- Proxy support.
- Minor fixes and performance improvements.
- Upgrade to Go 1.11
Documentation
Issues and Feedback
If you have a question or find a bug, open a new issue in this repository. BlobPorter is an OSS project maintained by the contributors.
Contribute
If you would like to become an active contributor to this project please follow the instructions provided in Microsoft Azure Projects Contribution Guidelines.
This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.