TTLabs / EvaporateJS

Javascript library for browser to S3 multipart resumable uploads
1.82k stars 207 forks source link

Aborted uploads are resumed even when s3FileCacheHoursAgo is not set #484

Open codemunkie15 opened 2 years ago

codemunkie15 commented 2 years ago

I am seeing that aborted uploads (closing/refreshing the browser part-way through an upload) are automatically resumed even when s3FileCacheHoursAgo is not set. Is this expected functionality?

I thought if s3FileCacheHoursAgo is not set, the upload would start from the beginning instead of using the awsUploads localStorage cache?

Thanks