FileSystemS3MultipartResumeStoreOptions
Defined in: src/providers/web/S3Provider.ts:154
Options for createFileSystemS3MultipartResumeStore.
Properties
Section titled “Properties”| Property | Type | Description | Defined in |
|---|---|---|---|
directory | string | Directory under which checkpoint JSON files are written. Created recursively if it does not exist. Each upload occupies a single file named after a SHA-256 hash of the resume key, so the directory is safe to share across many concurrent uploads. | src/providers/web/S3Provider.ts:161 |