mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-17 16:50:22 +00:00
@uppy/aws-s3: remote uploads and golden retriever (#6186)
- add support for remote uploads - add support for restore using golden-retriever - update examples - #6181 still persists --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Mikael Finstad <finstaden@gmail.com>
This commit is contained in:
parent
da46951771
commit
2d429a8aef
31 changed files with 2478 additions and 2244 deletions
|
|
@ -208,13 +208,13 @@ export default () => {
|
|||
break
|
||||
case 's3':
|
||||
uppyDashboard.use(AwsS3, {
|
||||
endpoint: COMPANION_URL,
|
||||
companionEndpoint: COMPANION_URL,
|
||||
shouldUseMultipart: false,
|
||||
})
|
||||
break
|
||||
case 's3-multipart':
|
||||
uppyDashboard.use(AwsS3, {
|
||||
endpoint: COMPANION_URL,
|
||||
companionEndpoint: COMPANION_URL,
|
||||
shouldUseMultipart: true,
|
||||
})
|
||||
break
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue