We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6267890 commit e67e7e9Copy full SHA for e67e7e9
.github/workflows/update-caip-map.yml
@@ -40,5 +40,5 @@ jobs:
40
- name: Upload to S3
41
run: |
42
echo "Uploading tokenlist to S3..."
43
- aws s3 cp metamask-uniswap-tokenlist.json s3://${{ env.S3_BUCKET_NAME }}/${{ env.S3_PATH }}
+ aws s3 cp metamask-uniswap-tokenlist.json s3://${{ env.S3_BUCKET_NAME }}/${{ env.S3_PATH }} --cache-control "max-age=3600"
44
echo "Upload complete"
0 commit comments