(ctx context.Context, srcPath, destPath string)
| 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) |
| 89 | } |
| 90 |
no outgoing calls
no test coverage detected