Skip to content

Commit 5aa83ee

Browse files
author
brecht.vermeersch
committed
add config options
1 parent c1273ce commit 5aa83ee

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

README.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,6 @@ When writing files, you can control the upload behavior via Flysystem's Config o
6363
- maximumTransferSize: int (bytes) — chunk size for block uploads.
6464
- maximumConcurrency: int — number of concurrent workers for parallel uploads.
6565

66-
Important: The three options above must be provided as ints. If a non-int value is provided, a RuntimeException will be thrown.
67-
6866
Example:
6967

7068
```php
@@ -79,9 +77,6 @@ $filesystem->write('path/to/file.txt', $contents, new Config([
7977

8078
### HTTP headers
8179

82-
You can also provide HTTP headers to be stored with the blob by passing the `httpHeaders` config key.
83-
Example (array):
84-
8580
```php
8681
$filesystem->write('path/to/file.txt', $contents, new Config([
8782
'httpHeaders' => [

0 commit comments

Comments
 (0)