Constant iceberg::io::GCS_CREDENTIALS_JSON

source ยท
pub const GCS_CREDENTIALS_JSON: &str = "gcs.credentials-json";
Expand description

Google Cloud Storage credentials JSON string, base64 encoded.

E.g. base64::prelude::BASE64_STANDARD.encode(serde_json::to_string(credential).as_bytes())