@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:
Prakash 2026-05-01 00:00:01 +05:30 committed by prakash
parent da46951771
commit 2d429a8aef
No known key found for this signature in database
31 changed files with 2478 additions and 2244 deletions

View file

@ -23,5 +23,5 @@ uppy.use(Dashboard, {
plugins: ['GoogleDrive', 'Webcam'],
})
uppy.use(AwsS3, {
endpoint: 'http://localhost:3020',
companionEndpoint: 'http://localhost:3020',
})