Skip to content

Commit

Permalink
Add list.
Browse files Browse the repository at this point in the history
  • Loading branch information
dkocher committed Jul 24, 2024
1 parent 98a7145 commit 72bb882
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions protocols/s3/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -443,13 +443,15 @@ You can view unfinished multipart uploads in the browser by choosing *View → S

You can set options with the following [hidden configuration options](../../cyberduck/preferences.md#hidden-configuration-options).

Part size for multipart uploads

s3.upload.multipart.size=10485760

Threshold to use multipart uploads is set to 100MB by default
* Part size for multipart uploads
```
s3.upload.multipart.size=10485760
```

s3.upload.multipart.threshold=104857600
* Threshold to use multipart uploads is set to 100MB by default
```
s3.upload.multipart.threshold=104857600
```

## Storage Class

Expand Down

0 comments on commit 72bb882

Please sign in to comment.