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 86909de commit ada26beCopy full SHA for ada26be
airflow/providers/google/cloud/operators/local_to_gcs.py
@@ -32,8 +32,7 @@ class LocalFilesystemToGCSOperator(BaseOperator):
32
33
:param src: Path to the local file. (templated)
34
:type src: str
35
- :param dst: Destination path within the specified bucket, it must be the full file path
36
- to destination object on GCS, including GCS object (ex. `path/to/file.txt`) (templated)
+ :param dst: The object name to set when uploading the file. (templated)
37
:type dst: str
38
:param bucket: The bucket to upload to. (templated)
39
:type bucket: str
0 commit comments