MCPcopy Create free account
hub / github.com/google/go-cloud / SignedURL

Method SignedURL

blob/driver/driver.go:476–478  ·  view source on GitHub ↗
(ctx context.Context, _ string, opts *SignedURLOptions)

Source from the content-addressed store, hash-verified

474}
475
476func (b *singleKeyBucket) SignedURL(ctx context.Context, _ string, opts *SignedURLOptions) (string, error) {
477 return b.base.SignedURL(ctx, b.key, opts)
478}
479func (b *singleKeyBucket) Close() error { return b.base.Close() }

Callers

nothing calls this directly

Calls 1

SignedURLMethod · 0.65

Tested by

no test coverage detected