Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add audbackend.backend.Minio #231

Merged
merged 43 commits into from
Oct 30, 2024
Merged

Add audbackend.backend.Minio #231

merged 43 commits into from
Oct 30, 2024

Commits on Sep 3, 2024

  1. Add audbackend.backend.MinIO

    hagenw committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    e7bbfa0 View commit details
    Browse the repository at this point in the history
  2. Add dependency to minio

    hagenw committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    cf34071 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2024

  1. Rename MinIO to Minio

    hagenw committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    dd642d0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    40a2654 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    64941c5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fe4b88d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    054174e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d19d390 View commit details
    Browse the repository at this point in the history
  7. Fix remaining issues

    hagenw committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    07b34df View commit details
    Browse the repository at this point in the history
  8. Update docstrings

    hagenw committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    3ed2685 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    77b3a14 View commit details
    Browse the repository at this point in the history
  10. Run tests on play.min.io

    hagenw committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    3a8517d View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    7073080 View commit details
    Browse the repository at this point in the history
  12. Add Minio.get_config()

    hagenw committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    c5e6a27 View commit details
    Browse the repository at this point in the history
  13. Add docstring example

    hagenw committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    393cff7 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    2284cfc View commit details
    Browse the repository at this point in the history
  15. Add secure argument

    hagenw committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    9faf954 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2024

  1. Configuration menu
    Copy the full SHA
    1005c6b View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2024

  1. Set content-type during upload

    hagenw committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    92282f6 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2024

  1. Add **kwargs to docstring

    hagenw committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    c70ae7e View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2024

  1. Add support for owner() (#234)

    * Add support for owner()
    
    * Be more conservative regarding owner
    hagenw authored Oct 18, 2024
    Configuration menu
    Copy the full SHA
    371cc8c View commit details
    Browse the repository at this point in the history
  2. Fix owner test under Windows

    hagenw committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    643c85d View commit details
    Browse the repository at this point in the history
  3. Revert "Fix owner test under Windows"

    This reverts commit 643c85d.
    hagenw committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    29b5990 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2024

  1. Try to fix Windows owner test

    hagenw committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    74f5c8f View commit details
    Browse the repository at this point in the history
  2. Replace _close() with close()

    hagenw committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    792fd5a View commit details
    Browse the repository at this point in the history
  3. Limit copy size to 4.9 GB

    hagenw committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    6901166 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    520c129 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    86aaf4c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2a92642 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    52a9597 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    fc86e53 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    cb67cd3 View commit details
    Browse the repository at this point in the history
  10. Fix typos

    hagenw committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    3aabdf0 View commit details
    Browse the repository at this point in the history
  11. Update get_file test

    hagenw committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    a044205 View commit details
    Browse the repository at this point in the history
  12. Fix typing of _size()

    hagenw committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    4f65f5f View commit details
    Browse the repository at this point in the history
  13. Remove default None in dict.get()

    Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
    hagenw and sourcery-ai[bot] authored Oct 22, 2024
    Configuration menu
    Copy the full SHA
    ccf7d63 View commit details
    Browse the repository at this point in the history
  14. Improve code quality

    Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
    hagenw and sourcery-ai[bot] authored Oct 22, 2024
    Configuration menu
    Copy the full SHA
    e131cba View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    6292bfc View commit details
    Browse the repository at this point in the history
  16. Improve code quality

    hagenw committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    785305a View commit details
    Browse the repository at this point in the history
  17. Add exception in _get_file()

    hagenw committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    3f0a4b0 View commit details
    Browse the repository at this point in the history
  18. Fix coverage

    hagenw committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    601a825 View commit details
    Browse the repository at this point in the history
  19. DEBUG: coverage

    hagenw committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    60c9479 View commit details
    Browse the repository at this point in the history
  20. Try to fix coverage

    hagenw committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    af109fc View commit details
    Browse the repository at this point in the history