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 fcec71a commit a2254ecCopy full SHA for a2254ec
1 file changed
functions-python/gtfs_change_tracker/src/main.py
@@ -273,6 +273,7 @@ def _upload_changelog(
273
bucket = storage.Client().bucket(self.bucket_name)
274
blob = bucket.blob(blob_path)
275
blob.upload_from_string(json_bytes, content_type="application/json")
276
+ blob.make_public()
277
self.logger.info(
278
"Uploaded changelog to gs://%s/%s", self.bucket_name, blob_path
279
)
0 commit comments