Kaxil Naik created AIRFLOW-5335:
-----------------------------------
Summary: Update GCSHook methods so they need min IAM perms
Key: AIRFLOW-5335
URL: https://issues.apache.org/jira/browse/AIRFLOW-5335
Project: Apache Airflow
Issue Type: Improvement
Components: gcp
Affects Versions: 1.10.4
Reporter: Kaxil Naik
Assignee: Kaxil Naik
After we refactored to using Storage client in GCS, we need more IAM
permissions.
This is because we use `get_bucket` method which requires `storage.bucket.list`
permission. Instead of that if we use `bucket` method that creates Bucket
object we don't need the above permission.
--
This message was sent by Atlassian Jira
(v8.3.2#803003)