You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "tustvold (via GitHub)" <gi...@apache.org> on 2023/03/11 12:34:35 UTC

[GitHub] [arrow-rs] tustvold commented on a diff in pull request #3802: object_store: (GCP) Add support for Workload Identity Federation from AWS

tustvold commented on code in PR #3802:
URL: https://github.com/apache/arrow-rs/pull/3802#discussion_r1133078703


##########
.github/workflows/object_store.yml:
##########
@@ -56,7 +56,7 @@ jobs:
       - name: Run clippy with aws_profile feature
         run: cargo clippy -p object_store --features aws_profile -- -D warnings
       - name: Run clippy with gcp feature
-        run: cargo clippy -p object_store --features gcp -- -D warnings
+        run: cargo clippy -p object_store --features gcp,aws -- -D warnings

Review Comment:
   Why this change?



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

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org