Skip to content
This repository has been archived by the owner on Jul 2, 2020. It is now read-only.

Introduce caching to avoid slow S3 downloads? #51

Open
hjacobs opened this issue Sep 17, 2015 · 0 comments
Open

Introduce caching to avoid slow S3 downloads? #51

hjacobs opened this issue Sep 17, 2015 · 0 comments

Comments

@hjacobs
Copy link
Contributor

hjacobs commented Sep 17, 2015

Slow image downloads are mostly because of the S3 storage:

# direct S3 download
time aws s3 cp s3://example-pierone-bucket/16cfeec7542... test.layer
# => 3.273s
# download from Pier One
time wget "--header=Authorization: Bearer $(zign tok -n test)" https://pierone.example.org/v1/images/16cfeec7542.../layer
# => 3.836s
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant