Skip to content

Commit ada26be

Browse files
authored
Add correct description for dst param in LocalFilesystemToGCSOperator (#9055)
1 parent 86909de commit ada26be

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

airflow/providers/google/cloud/operators/local_to_gcs.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,7 @@ class LocalFilesystemToGCSOperator(BaseOperator):
3232
3333
:param src: Path to the local file. (templated)
3434
: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)
35+
:param dst: The object name to set when uploading the file. (templated)
3736
:type dst: str
3837
:param bucket: The bucket to upload to. (templated)
3938
:type bucket: str

0 commit comments

Comments
 (0)