We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a84dd8b commit 5c16469Copy full SHA for 5c16469
1 file changed
velero-plugin-for-gcp/object_store.go
@@ -342,5 +342,5 @@ func (o *ObjectStore) CreateSignedURL(bucket, key string, ttl time.Duration) (st
342
options.PrivateKey = o.privateKey
343
}
344
345
- return storage.SignedURL(bucket, key, &options)
+ return o.client.Bucket(bucket).SignedURL(key, &options)
346
0 commit comments