1. 17 Feb, 2022 2 commits
  2. 14 Sep, 2021 2 commits
  3. 27 Aug, 2021 7 commits
  4. 17 Jul, 2021 1 commit
    • Bump to 1.0.0 · 2b223fcd
      Janko Marohnić authored
      There are no changes in this release, we just mark the library as
      stable.
  5. 04 Jan, 2021 1 commit
  6. 03 Feb, 2020 2 commits
  7. 28 Jan, 2020 2 commits
  8. 07 Oct, 2019 1 commit
  9. 28 May, 2019 1 commit
  10. 17 May, 2019 3 commits
    • Fix broken link · 9500cdb3
      Janko Marohnić authored
    • Tweak the documentation · 5e44c6a2
      Janko Marohnić authored
    • Don't retry aborting multipart upload · e1760e54
      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.
  11. 09 May, 2019 1 commit
  12. 04 May, 2019 2 commits
  13. 18 Mar, 2019 1 commit
  14. 19 Feb, 2019 3 commits
  15. 30 Dec, 2018 1 commit
  16. 19 Dec, 2018 2 commits
  17. 12 Dec, 2018 1 commit
  18. 09 Dec, 2018 1 commit
  19. 08 Dec, 2018 5 commits
  20. 05 Dec, 2018 1 commit
    • Allow and recommend mounting on "/s3/multipart" · f9165a37
      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".