Skip to content

Commit

Permalink
object_store/gcp: derive Clone for GoogleCloudStorage (#7112)
Browse files Browse the repository at this point in the history
  • Loading branch information
james-rms authored Feb 11, 2025
1 parent d4432c0 commit 19f01e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion object_store/src/gcp/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ pub type GcpSigningCredentialProvider =
Arc<dyn CredentialProvider<Credential = GcpSigningCredential>>;

/// Interface for [Google Cloud Storage](https://cloud.google.com/storage/).
#[derive(Debug)]
#[derive(Debug, Clone)]
pub struct GoogleCloudStorage {
client: Arc<GoogleCloudStorageClient>,
}
Expand Down

0 comments on commit 19f01e3

Please sign in to comment.