1. 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.
  2. 04 Jan, 2021 1 commit
  3. 03 Feb, 2020 2 commits
  4. 28 Jan, 2020 2 commits
  5. 07 Oct, 2019 1 commit
  6. 28 May, 2019 1 commit
  7. 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.
  8. 09 May, 2019 1 commit
  9. 04 May, 2019 2 commits
  10. 18 Mar, 2019 1 commit
  11. 19 Feb, 2019 3 commits
  12. 30 Dec, 2018 1 commit
  13. 19 Dec, 2018 2 commits
  14. 12 Dec, 2018 1 commit
  15. 09 Dec, 2018 1 commit
  16. 08 Dec, 2018 5 commits
  17. 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".
  18. 20 Nov, 2018 2 commits
  19. 06 Nov, 2018 1 commit
  20. 12 Oct, 2018 3 commits
  21. 03 Oct, 2018 3 commits
  22. 09 Sep, 2018 2 commits