chrisqiqiu commented on code in PR #64755:
URL: https://github.com/apache/airflow/pull/64755#discussion_r3068195889
##########
providers/google/src/airflow/providers/google/cloud/transfers/gcs_to_gcs.py:
##########
@@ -96,6 +96,12 @@ class GCSToGCSOperator(BaseOperator):
copied.
:param match_glob: (Optional) filters objects based on the glob pattern
given by the string (
e.g, ``'**/*/.json'``)
+ :param retain_until_time: (Optional) A datetime specifying until when the
destination
+ objects should be retained. Requires the destination bucket to have
object retention
+ enabled. The retention is applied after each object is copied/moved.
Review Comment:
Added timezone note to docstring
--
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]