- 17 Feb, 2022 2 commits
- 14 Sep, 2021 2 commits
-
-
Janko Marohnić authored
-
Adrien S authored
This endpoint is now used in Uppy 2.x.
-
- 27 Aug, 2021 7 commits
-
-
Janko Marohnić authored
-
Janko Marohnić authored
-
Janko Marohnić authored
-
Janko Marohnić authored
It doesn't install on GitHub CI.
-
Jodi Showers authored
-
Janko Marohnić authored
I believe that rexml was shipping with ruby before, but now it's not anymore, and aws-sdk-core requires an XML library. So we add it to development dependencies.
-
Jarrett Lusso authored
Make it so uploads that don't exist return a 404 error instead of raising an Aws::S3::Errors::NoSuchUpload error. (#21)
-
- 17 Jul, 2021 1 commit
-
-
Janko Marohnić authored
There are no changes in this release, we just mark the library as stable.
-
- 04 Jan, 2021 1 commit
-
-
Mickael Kurmann authored
-
- 03 Feb, 2020 2 commits
-
-
Janko Marohnić authored
-
Janko Marohnić authored
Uppy makes requests to the OPTIONS route before the upload, so we add a handler that just returns a successful response. Fixes #12
-
- 28 Jan, 2020 2 commits
-
-
Janko Marohnić authored
-
Janko Marohnić authored
-
- 07 Oct, 2019 1 commit
-
-
Janko Marohnić authored
-
- 28 May, 2019 1 commit
-
-
Janko Marohnić authored
-
- 17 May, 2019 3 commits
-
-
Janko Marohnić authored
-
Janko Marohnić authored
-
Janko Marohnić authored
Even though the AWS S3 documentation states that we should do it, neither Uppy Companion nor tusd are doing this and nobody complained, so apparently there is no need. If it was really that important, I would expect aws-sdk-s3 to have a method for "safe aborting". Since it's good to take every opportunity to make code simpler, we remove the code that retries aborting the multipart upload.
-
- 09 May, 2019 1 commit
-
-
Janko Marohnić authored
This was changed in Uppy 1.0
-
- 04 May, 2019 2 commits
-
-
Janko Marohnić authored
-
Janko Marohnić authored
Makes for a nicer `rake routes` command output in Rails apps.
-
- 18 Mar, 2019 1 commit
-
-
Janko Marohnić authored
-
- 19 Feb, 2019 3 commits
-
-
Janko Marohnić authored
-
Janko Marohnić authored
Unlike some other web frameworks like Roda, Rails adds a trailing slash to PATH_INFO when calling mounted apps on root requests. This means that for `POST /s3/multipart`, the Uppy::S3Multipart::App will receive SCRIPT_NAME: "/s3/multipart" PATH_INFO: "/" instead of SCRIPT_NAME: "/s3/multipart" PATH_INFO: "" So we update the app to handle that trailing slash.
-
Janko Marohnić authored
-
- 30 Dec, 2018 1 commit
-
-
Janko Marohnić authored
-
- 19 Dec, 2018 2 commits
-
-
Janko Marohnić authored
-
Janko Marohnić authored
-
- 12 Dec, 2018 1 commit
-
-
Janko Marohnić authored
-
- 09 Dec, 2018 1 commit
-
-
Janko Marohnić authored
:create_multipart_upload and :object_url are probably the only options that will be used, so it makes sense to show them in the examples.
-
- 08 Dec, 2018 5 commits
-
-
Janko Marohnić authored
-
Janko Marohnić authored
-
Janko Marohnić authored
-
Janko Marohnić authored
-
Janko Marohnić authored
-
- 05 Dec, 2018 1 commit
-
-
Janko Marohnić authored
This allows defining other /s3/* routes without potential clashes when Uppy::S3Multipart::App isn't mounted last. One example of such route is "/s3/params", which is called by the AWS S3 Uppy plugin. We still keep backwards compatibility for users that currently have it mounted on "/s3".
-