pankajkoti commented on code in PR #31338:
URL: https://github.com/apache/airflow/pull/31338#discussion_r1196041238
##########
airflow/providers/google/cloud/hooks/gcs.py:
##########
@@ -476,6 +477,7 @@ def upload(
:param timeout: Request timeout in seconds.
:param num_max_attempts: Number of attempts to try to upload the file.
:param metadata: The metadata to be uploaded with the file.
+ :param cache_control: Cache-Control metadata field
Review Comment:
Alternatively, we could remove the periods from all the above params to keep
it consistent. WDYT?
##########
airflow/providers/google/cloud/hooks/gcs.py:
##########
@@ -476,6 +477,7 @@ def upload(
:param timeout: Request timeout in seconds.
:param num_max_attempts: Number of attempts to try to upload the file.
:param metadata: The metadata to be uploaded with the file.
+ :param cache_control: Cache-Control metadata field
Review Comment:
```suggestion
:param cache_control: Cache-Control metadata field.
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]