[ 
https://issues.apache.org/jira/browse/AIRFLOW-5335?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16919666#comment-16919666
 ] 

ASF GitHub Bot commented on AIRFLOW-5335:
-----------------------------------------

kaxil commented on pull request #5958: [AIRFLOW-5335] Simplify GCSHook test
URL: https://github.com/apache/airflow/pull/5958
 
 
   
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


> 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)

Reply via email to