Skip to content

Commit

Permalink
r/storage_blob: documenting that parallelism is only for page… (#4324)
Browse files Browse the repository at this point in the history
  • Loading branch information
tombuildsstuff authored and katbyte committed Sep 13, 2019
1 parent 6716f42 commit 6efe6b2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions website/docs/r/storage_blob.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,8 @@ The following arguments are supported:

* `parallelism` - (Optional) The number of workers per CPU core to run for concurrent uploads. Defaults to `8`.

~> **NOTE:** `parallelism` is only applicable for Page blobs - support for [Block Blobs is blocked on the upstream issue](https://github.com/tombuildsstuff/giovanni/issues/15).

* `metadata` - (Optional) A map of custom blob metadata.

* `attempts` - (Optional / **Deprecated**) The number of attempts to make per page or block when uploading. Defaults to `1`.
Expand Down

0 comments on commit 6efe6b2

Please sign in to comment.