Skip to content

Commit

Permalink
Remove s-maxage
Browse files Browse the repository at this point in the history
  • Loading branch information
keichan34 committed Oct 2, 2024
1 parent 2f7e32b commit 53b67da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create-data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
R2_ENDPOINT: ${{ vars.R2_ENDPOINT }}
run: |
aws s3 sync \
--cache-control="max-age=86400, s-maxage=103680, public" \
--cache-control="max-age=86400, public" \
--region="auto" \
--endpoint="$R2_ENDPOINT" \
./out/ s3://japanese-addresses-v2/
Expand Down

0 comments on commit 53b67da

Please sign in to comment.