We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bfe4d9b + 733c6a8 commit 25455dcCopy full SHA for 25455dc
iceberg-rust/src/object_store/mod.rs
@@ -31,7 +31,7 @@ impl Display for Bucket<'_> {
31
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
32
match self {
33
Bucket::S3(s) => write!(f, "s3://{}", s),
34
- Bucket::GCS(s) => write!(f, "gcs://{}", s),
+ Bucket::GCS(s) => write!(f, "gs://{}", s),
35
Bucket::Local => write!(f, ""),
36
}
37
0 commit comments