Skip to content

Commit 19f01e3

Browse files
authored
object_store/gcp: derive Clone for GoogleCloudStorage (#7112)
1 parent d4432c0 commit 19f01e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

object_store/src/gcp/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ pub type GcpSigningCredentialProvider =
7272
Arc<dyn CredentialProvider<Credential = GcpSigningCredential>>;
7373

7474
/// Interface for [Google Cloud Storage](https://cloud.google.com/storage/).
75-
#[derive(Debug)]
75+
#[derive(Debug, Clone)]
7676
pub struct GoogleCloudStorage {
7777
client: Arc<GoogleCloudStorageClient>,
7878
}

0 commit comments

Comments
 (0)