1. 01 Feb, 2021 3 commits
  2. 30 Jan, 2021 1 commit
  3. 29 Jan, 2021 6 commits
  4. 28 Jan, 2021 2 commits
  5. 27 Jan, 2021 1 commit
  6. 26 Jan, 2021 4 commits
  7. 18 Dec, 2020 3 commits
  8. 14 Dec, 2020 1 commit
  9. 09 Dec, 2020 2 commits
  10. 07 Dec, 2020 1 commit
  11. 30 Nov, 2020 1 commit
    • Ricardo Maraschini's avatar
      Ignore self reference object on empty prefix · 87cbd09f
      Ricardo Maraschini authored
      
      When a given prefix is empty and we attempt to list its content AWS
      returns that the prefix contains one object with key defined as the
      prefix with an extra "/" at the end.
      
      e.g.
      
      If we call ListObjects() passing to it an existing but empty prefix,
      say "my/empty/prefix", AWS will return that "my/empty/prefix/" is an
      object inside "my/empty/prefix" (ListObjectsOutput.Contents).
      
      This extra "/" causes the upload purging process to panic. On normal
      circunstances we never find empty prefixes on S3 but users may touch
      it.
      Signed-off-by: default avatarRicardo Maraschini <rmarasch@redhat.com>
      87cbd09f
  12. 14 Nov, 2020 1 commit
  13. 05 Nov, 2020 2 commits
  14. 03 Nov, 2020 1 commit
  15. 29 Oct, 2020 1 commit
  16. 03 Sep, 2020 1 commit
  17. 01 Sep, 2020 1 commit
  18. 31 Aug, 2020 1 commit
  19. 26 Aug, 2020 1 commit
  20. 24 Aug, 2020 4 commits
  21. 21 Aug, 2020 2 commits