examples
examples copied to clipboard
AIStore example added
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'})
WebDatasets has an implementation of https://github.com/webdataset/webdataset/blob/master/webdataset/gopen.py#L153-L192 of using curl