Skip to content

Commit 9b96f6e

Browse files
committed
build(s3-cache): upload_parallelism opt
Signed-off-by: David Karlsson <[email protected]>
1 parent df66fbd commit 9b96f6e

File tree

1 file changed

+1
-0
lines changed
  • content/manuals/build/cache/backends

1 file changed

+1
-0
lines changed

content/manuals/build/cache/backends/s3.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ The following table describes the available CSV parameters that you can pass to
3737
| `name` | `cache-to`,`cache-from` | String | | Name of the cache image. |
3838
| `endpoint_url` | `cache-to`,`cache-from` | String | | Endpoint of the S3 bucket. |
3939
| `blobs_prefix` | `cache-to`,`cache-from` | String | | Prefix to prepend to blob filenames. |
40+
| `upload_parallelism`| `cache-to` | Integer | `4` | Number of parallel layer uploads. |
4041
| `manifests_prefix` | `cache-to`,`cache-from` | String | | Prefix to prepend on manifest filenames. |
4142
| `use_path_style` | `cache-to`,`cache-from` | Boolean | `false` | When `true`, uses `bucket` in the URL instead of hostname. |
4243
| `access_key_id` | `cache-to`,`cache-from` | String | | See [authentication][1]. |

0 commit comments

Comments
 (0)