Skip to content

FileSystemS3MultipartResumeStoreOptions

Defined in: src/providers/web/S3Provider.ts:154

Options for createFileSystemS3MultipartResumeStore.

PropertyTypeDescriptionDefined in
directorystringDirectory 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