Skip to content

Commit 0263ee6

Browse files
committed
document update
1 parent 881d700 commit 0263ee6

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,17 @@ Sources and targets are decoupled, this design enables the composition of variou
2121

2222
*\* The HTTP/HTTPS source must support HTTP byte ranges and return the file size as a response to a HTTP HEAD request.*
2323

24+
### What's new (0.6.20) ?
25+
26+
- Blob to Block Blobs transfers use the [Put Block from URL API](https://docs.microsoft.com/en-us/rest/api/storageservices/put-block-from-url).
27+
- Proxy support.
28+
- Minor fixes and performance improvements.
29+
- Upgrade to Go 1.11
30+
2431

2532
## Documentation
2633

34+
2735
* [Getting Started](http://blobporter.readthedocs.io/en/latest/gettingstarted.html)
2836

2937
* [Linux](http://blobporter.readthedocs.io/en/latest/gettingstarted.html#linux)

docs/examples.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,8 @@ Then you can specify the URI of the source. The source could be a page, block or
9090

9191
.. note::
9292

93-
BlobPorter will upload the data as it downloads it from the source.
94-
The performance of the transfer will be constraint by the bandwidth of the host running BlobPorter. Consider running this type of transfer from a Virtual Machine running in the same Azure region as the target or the source.
93+
BlobPorter won't use the bandwidth of the host for this scenario. BlobPorter uses the Put Block From URL API_.
94+
.. _API:https://docs.microsoft.com/en-us/rest/api/storageservices/put-block-from-url
9595
9696
Transfer from an HTTP/HTTPS source to Azure Blob Storage
9797
--------------------------------------------------------

0 commit comments

Comments
 (0)