SignedURL returns a URL that can be used to GET the blob for the duration specified in opts.Expiry. opts is guaranteed to be non-nil. If not supported, return an error for which ErrorCode returns gcerrors.Unimplemented.
(ctx context.Context, key string, opts *SignedURLOptions)
| 332 | // If not supported, return an error for which ErrorCode returns |
| 333 | // gcerrors.Unimplemented. |
| 334 | SignedURL(ctx context.Context, key string, opts *SignedURLOptions) (string, error) |
| 335 | |
| 336 | // Close cleans up any resources used by the Bucket. Once Close is called, |
| 337 | // there will be no method calls to the Bucket other than As, ErrorAs, and |
no outgoing calls