Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update gcs.py Create and List comment Examples (#35028)
Since the class is GCSListObjectsOperator, the task call should be respectively as follows: GCS_Files = GoogleCloudStorageListOperator Similarly, for GCSCreateBucketOperator, the task call should be as follows: CreateBucket = GCSCreateBucketOperator
- Loading branch information