S3Options
Defined in: src/s3.ts:182
Extends
Section titled “Extends”CloudFSOptions
Properties
Section titled “Properties”bucketName
Section titled “bucketName”bucketName:
string
Defined in: src/s3.ts:183
cacheTTL?
Section titled “cacheTTL?”
optionalcacheTTL?:number
Defined in: src/cloudfs.ts:19
How long (in seconds) before a fetched file should be considered invalid
Default
Section titled “Default”3600 // 1 hourInherited from
Section titled “Inherited from”CloudFSOptions.cacheTTL
client
Section titled “client”client:
S3
Defined in: src/s3.ts:184
prefix?
Section titled “prefix?”
optionalprefix?:string
Defined in: src/s3.ts:185