- 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".
-
- 20 Nov, 2018 2 commits
-
-
Janko Marohnić authored
-
Janko Marohnić authored
-
- 06 Nov, 2018 1 commit
-
-
Janko Marohnić authored
It's shorter, more intention revealing, and works across all browsers.
-
- 12 Oct, 2018 3 commits
-
-
Janko Marohnić authored
-
Janko Marohnić authored
-
Janko Marohnić authored
-
- 03 Oct, 2018 3 commits
-
-
Janko Marohnić authored
That should always work, regardless of whether the app is running locally or remotely, so users can just copy-paste this.
-
Janko Marohnić authored
-
Janko Marohnić authored
-
- 09 Sep, 2018 4 commits
-
-
Janko Marohnić authored
-
Janko Marohnić authored
-
Janko Marohnić authored
We also switch to the raw XML format, as I think it's easy enough to make the update through the AWS S3 Console after all. Closes #1
-
Janko Marohnić authored
-
- 27 Aug, 2018 2 commits
-
-
Janko Marohnić authored
-
Janko Marohnić authored
-