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

Conversation

markgoddard
Copy link

@markgoddard markgoddard commented Feb 19, 2024

  • Update AWS SDK to November 2nd 2023 release, bump MSRV to 1.70.0
  • Support unauthenticated access to public buckets
  • Bump version to 0.9.0

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 markgoddard self-assigned this Feb 19, 2024
@markgoddard markgoddard merged commit c9aee16 into main Feb 19, 2024
8 checks passed
@markgoddard markgoddard deleted the unauthenticated branch February 19, 2024 12:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant