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