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

Fix/s3 pubilshing #1241

Merged
merged 10 commits into from
Feb 6, 2024
Merged

Fix/s3 pubilshing #1241

merged 10 commits into from
Feb 6, 2024

Commits on Feb 5, 2024

  1. clean pathCache

    sf-nwaller authored and neolynx committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    4f07426 View commit details
    Browse the repository at this point in the history
  2. Update AUTHORS

    as per contributor instructions
    sf-nwaller authored and neolynx committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    0dad8d9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a7c5d1b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bfad9c1 View commit details
    Browse the repository at this point in the history
  5. s3: respect default ACLs

    neolynx committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    e56ba19 View commit details
    Browse the repository at this point in the history
  6. fix indentation

    neolynx committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    bd8db58 View commit details
    Browse the repository at this point in the history
  7. fix golangci-lint errors

    neolynx committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    f4a9676 View commit details
    Browse the repository at this point in the history
  8. s3: call s3.ListFiles only on publish path in LinkFromPool

    instead of caching the whole s3 bucket, cache only the pool path. this
    requires an additional parameter, and since this is an interface, all
    implementations need to follow. might help in other backends too.
    
    closes #1181
    neolynx committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    14fd81b View commit details
    Browse the repository at this point in the history
  9. Cache bucket content by prefix

    When a publishing uses a publish prefix, instead of listing the contents
    of the whole bucket under the storage prefix, only list the contents of
    the bucket under the storage prefix and publish prefix, and cache it by
    publish prefix.
    This speeds up publish operations under a prefix.
    cavedon authored and neolynx committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    1ddffff View commit details
    Browse the repository at this point in the history
  10. s3: fix test

    cavedon authored and neolynx committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    d62ddcc View commit details
    Browse the repository at this point in the history