Skip to content

Commit

Permalink
Add correct description for dst param in LocalFilesystemToGCSOperator (
Browse files Browse the repository at this point in the history
  • Loading branch information
ephraimbuddy committed May 29, 2020
1 parent 86909de commit ada26be
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions airflow/providers/google/cloud/operators/local_to_gcs.py
Expand Up @@ -32,8 +32,7 @@ class LocalFilesystemToGCSOperator(BaseOperator):
:param src: Path to the local file. (templated)
:type src: str
:param dst: Destination path within the specified bucket, it must be the full file path
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)
:type dst: str
:param bucket: The bucket to upload to. (templated)
:type bucket: str
Expand Down

0 comments on commit ada26be

Please sign in to comment.