[
https://issues.apache.org/jira/browse/AIRFLOW-5335?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16919668#comment-16919668
]
ASF subversion and git services commented on AIRFLOW-5335:
----------------------------------------------------------
Commit 61382087494413280209498a353551fbdea42132 in airflow's branch
refs/heads/master from Kaxil Naik
[ https://gitbox.apache.org/repos/asf?p=airflow.git;h=6138208 ]
[AIRFLOW-5335] Simplify GCSHook test (#5958)
> 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
> Priority: Critical
> Fix For: 1.10.5
>
>
> 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)