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