Skip to content

Commit

Permalink
GET requests don't usually have content-type
Browse files Browse the repository at this point in the history
  • Loading branch information
CrysR committed Jan 13, 2025
1 parent f38a627 commit 39281f6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/webapp/gcsutil.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,6 @@ def generate_download_signed_url(self, bucket_name: str, blob_name: str) -> str:
expiration=datetime.timedelta(minutes=SIGNED_URL_EXPIRY_MIN),
# Allow GET requests using this URL.
method="GET",
content_type="text/csv",
)
return url

Expand Down

0 comments on commit 39281f6

Please sign in to comment.