Skip to content

Commit

Permalink
cache signed url by path, not file object
Browse files Browse the repository at this point in the history
  • Loading branch information
mhuebert committed May 25, 2024
1 parent b15e1a8 commit 6272f52
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
"scripts": {
"start": "node server.mjs",
"dev": "GOOGLE_APPLICATION_CREDENTIALS=key.json BUCKET_NAME=gen-website-private ENV=dev PORT=3000 nodemon server.mjs",
"dev-rsync": "gcloud storage rsync --recursive --cache-control 'public, max-age=60' ./public gs://gen-website-private/probcomp/test-repo"
"dev-rsync": "gcloud storage rsync --recursive --cache-control 'public, max-age=60' ./public gs://gen-website-private/gen.dev/test-repo",
"tail": "gcloud app logs tail"
},
"devDependencies": {
"nodemon": "^3.1.0"
Expand Down

0 comments on commit 6272f52

Please sign in to comment.