-
Notifications
You must be signed in to change notification settings - Fork 8
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
Simplify creating anonymous S3Store #88
Comments
Is there a way to do this currently? I was trying to access some public datasets on AWS (https://registry.opendata.aws/umbra-open-data/). Just interested in listing and reading (e.g. from boto3 import Session
from obstore.store import S3Store
session = Session() # requires credentials
public_bucket = S3Store.from_session(session, "umbra-open-data-catalog", config={"AWS_REGION": "us-west-2"})
list(obstore.list(public_bucket)) # InvalidAccessKeyId |
You can set |
For anyone following this thread, I'm going to remove the literal |
No description provided.
The text was updated successfully, but these errors were encountered: