Type Alias S3FilePublicUrlGenerator

S3FilePublicUrlGenerator: Invokable<
    [settings: { bucket: string; client: S3Client; key: string }],
    Promise<string>,
>

IMPORT_PATH: "@daiso-tech/core/file-storage/aws-file-storage-adapter"