tustvold commented on code in PR #5300:
URL: https://github.com/apache/arrow-rs/pull/5300#discussion_r1551763870
##########
object_store/src/gcp/credential.rs:
##########
@@ -44,7 +44,10 @@ use std::time::{Duration, Instant};
use tracing::info;
use url::Url;
-pub const DEFAULT_SCOPE: &str =
"https://www.googleapis.com/auth/devstorage.full_control";
+pub const DEFAULT_SCOPE: [&str; 2] = [
+ "https://www.googleapis.com/auth/devstorage.full_control",
+ "https://www.googleapis.com/auth/cloud-platform",
Review Comment:
What is the motivation for 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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]