Skip to content

Commit

Permalink
resolved #407: Allocation failure when uploading larger files. (#408)
Browse files Browse the repository at this point in the history
* resolved #407: Allocation failure when uploading larger files.

* added concurrent multipart upload support (faster upload)

* [skip ci] Update mappings

---------

Co-authored-by: r2-action-bot[bot] <118486773+r2-action-bot[bot]@users.noreply.github.com>
  • Loading branch information
eric2788 and r2-action-bot[bot] authored Mar 4, 2024
1 parent bd8e07a commit 0d2d7af
Show file tree
Hide file tree
Showing 6 changed files with 2,902 additions and 2,546 deletions.
12 changes: 12 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,18 @@ inputs:
description: ''
default: 'true'
required: false
multipart-size:
description: 'use multipart upload when file size is greater than this value (MB)'
default: '100'
required: false
max-retries:
description: 'maximum number of retries'
default: '5'
required: false
multipart-concurrent:
description: 'whether to use concurrent while multipart upload'
default: 'true'
required: false
outputs:
result:
description: '`success` or `failure`'
Expand Down
Loading

0 comments on commit 0d2d7af

Please sign in to comment.