File mirror
# Install the AWS CLI
RUN curl "https://awscli.amazonaws.com/awscli-exe-linux-$(arch).zip" -o "awscliv2.zip" && \
unzip awscliv2.zip && \
./aws/installcurl "https://your-prefix.httpcache.stablebuild.com/my-first-tutorial/https://awscli.amazonaws.com/awscli-exe-linux-$(arch).zip" -o "awscliv2.zip"Authentication / HTTP headers
curl -H "x-api-key: xxxxxx" https://your-prefix.httpcache.stablebuild.com/cache-key/https://httpbin.org/headersBasic authentication
Tips & tricks
Deleting files from cache

Caching GitHub repositories
Uploading files manually


Storage limits
Large URLs are processed asynchronously

Last updated