Skip to content

S3Options

Defined in: src/s3.ts:182

  • CloudFSOptions

bucketName: string

Defined in: src/s3.ts:183


optional cacheTTL?: number

Defined in: src/cloudfs.ts:19

How long (in seconds) before a fetched file should be considered invalid

3600 // 1 hour

CloudFSOptions.cacheTTL


client: S3

Defined in: src/s3.ts:184


optional prefix?: string

Defined in: src/s3.ts:185