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

AIStore example added #15

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

AIStore example added #15

wants to merge 1 commit into from

Conversation

davidbuniat
Copy link
Member

@davidbuniat davidbuniat commented Dec 23, 2021

AIStore natively does not support boto3, because of http redirect issues https://github.com/NVIDIA/aistore/blob/master/docs/s3compat.md#boto3-compatibility)

  • Need to add a storage connector inside hub to support AIStore storage without boto3
ds = hub.empty('s3://ubuntu/dataset', creds={'endpoint_url': 'http://localhost:51080/s3'})

@davidbuniat
Copy link
Member Author

WebDatasets has an implementation of https://github.com/webdataset/webdataset/blob/master/webdataset/gopen.py#L153-L192 of using curl

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