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.
1 parent d4432c0 commit 19f01e3Copy full SHA for 19f01e3
object_store/src/gcp/mod.rs
@@ -72,7 +72,7 @@ pub type GcpSigningCredentialProvider =
72
Arc<dyn CredentialProvider<Credential = GcpSigningCredential>>;
73
74
/// Interface for [Google Cloud Storage](https://cloud.google.com/storage/).
75
-#[derive(Debug)]
+#[derive(Debug, Clone)]
76
pub struct GoogleCloudStorage {
77
client: Arc<GoogleCloudStorageClient>,
78
}
0 commit comments