Skip to content

Commit f3502cc

Browse files
committed
Remove cache control
1 parent fd8e968 commit f3502cc

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

scripts/tests/upload_rcpsnaps.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,7 @@ for FILE_PATH in "${DIR_PATH}"/*.rpcsnap.json; do
4040

4141
s3cmd --quiet --no-progress put "${COMPRESSED_FILE}" "${BUCKET_URL}" \
4242
--acl-public \
43-
--mime-type="application/json" \
44-
--add-header="Cache-Control: no-cache, no-store, must-revalidate"
43+
--mime-type="application/json"
4544

4645
echo "✅ Uploaded: ${COMPRESSED_FILE}"
4746

0 commit comments

Comments
 (0)