Skip to content

S3StrategyConfig

Defined in: astrobase/src/s3/s3.ts:9

Configuration for s3 ClientStrategy.

Bucket: string

Defined in: astrobase/src/s3/s3.ts:16

The bucket to read and write data to.


Client: S3Client

Defined in: astrobase/src/s3/s3.ts:14

A configured S3Client from the @aws-sdk/client-s3 package.