Expose the data
ArtiVC repository can be exposed as an HTTP endpoint. In S3, we can just make the bucket and give the data consumer the HTTP endpoint of the repository. In this way, we can download data through CDN or other reverse proxies.
- Make your S3 bucket public
- Copy the public URL of your repository. For example
https://mybucket.s3.ap-northeast-1.amazonaws.com/datasets/flowers-classification
- Download the data
avc get -o /tmp/output https://mybucket.s3.ap-northeast-1.amazonaws.com/datasets/flowers-classification