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

Support unauthenticated access to public buckets #87

Merged
merged 3 commits into from
Feb 19, 2024
Merged

Commits on Feb 19, 2024

  1. Configuration menu
    Copy the full SHA
    375bcd7 View commit details
    Browse the repository at this point in the history
  2. Support unauthenticated access to public buckets

    Use of a basic authentication header in requests to the Reductionist API
    is now optional. If basic auth credentials are provided, they will be
    used as S3 access/secret keys as before. Otherwise, requests to S3 will
    be unauthenticated. Attempts to access a private bucket without
    authentication will return a 401.
    markgoddard committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    0c5c886 View commit details
    Browse the repository at this point in the history
  3. Bump version to 0.9.0

    markgoddard committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    e5b0fe3 View commit details
    Browse the repository at this point in the history