-
Notifications
You must be signed in to change notification settings - Fork 4
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
Cannot instantiate S3Store without credentials #103
Comments
See here #88 (comment) |
Thanks, that did the trick, partially. I still needed fake credentials:
|
Feel free to close as duplicate of #88 anyway 🙏🏼 |
We should probably add an |
I confirm: In [1]: import obstore as obs
In [2]: from obstore.store import S3Store
In [3]: store = S3Store.from_url("s3://ai2-public-datasets/ropes/", config={"AWS_SKIP_SIGNATURE": "True", "AWS_REGION": "us-west-2"})
In [4]: obs.get(store, "ropes/ropes-train-dev-v1.0.tar.gz")
Out[4]: <GetResult at 0x7f897a89ee90> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Here is a public S3 object that doesn't need credentials:
(source)
And yet, I'm not able to make
obstore
work. My last attempt, withobstore==0.3.0b8
:I think the reason is this:
I then tried some dummy credentials, but I'm still getting errors:
The text was updated successfully, but these errors were encountered: