(options?: { prefix?: string; limit?: number; after?: string; before?: string })
| 7 | write(path: string, value: string): Promise<void> |
| 8 | remove(path: string): Promise<void> |
| 9 | list(options?: { prefix?: string; limit?: number; after?: string; before?: string }): Promise<string[]> |
| 10 | } |
| 11 | |
| 12 | function createAdapter(client: AwsClient, endpoint: string, bucket: string): Adapter { |
no outgoing calls