method S3Adapter.prototype.list
S3Adapter.prototype.list(prefix?: string): AsyncIterable<StorageEntry>

Parameters

optional
prefix: string

Return Type

AsyncIterable<StorageEntry>

Usage

import { S3Adapter } from ".";