(ctx context.Context, key string, dur time.Duration)
| 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 | |
| 91 | type server struct { |