You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For source_objects with no wildcard, all files in source_objects would be listed, using provided delimiter if any.
136
-
Then copy files from source_objects to destination_object and rename each source file.
137
-
138
119
As previously stated, the ``delimiter`` field, as well as utilizing a wildcard (``*``) in the source object(s),
139
120
are both deprecated. Thus, it is not recommended to use them - but to utilize ``match_glob`` instead, as follows:
140
121
122
+
The following example would copy the files that matches the glob pattern in ``data/`` folder from ``BUCKET_1_SRC`` GCS bucket to the ``backup/`` folder in ``BUCKET_1_DST`` bucket.
0 commit comments