()
| 83 | |
| 84 | type Blob interface { |
| 85 | Bucket() string |
| 86 | GenerateTempCreds(ctx context.Context, prefix string) (*blob.Credentials, error) |
| 87 | Move(ctx context.Context, srcPath, destPath string) (*blob.MoveMeta, error) |
| 88 | SignedDownloadURL(ctx context.Context, key string, dur time.Duration) (string, error) |
no outgoing calls
no test coverage detected