anacronw / multer-s3

multer storage engine for amazon s3
MIT License
660 stars 190 forks source link

How can check file already exist or not ? #131

Closed vishnudifferential closed 3 years ago

vishnudifferential commented 4 years ago

Hello I am using multer-s3 can you please tell me how can I check that file is already exists or not while upload file to s3. I want to skip file upload if file already exists.

Thanks

LinusU commented 3 years ago

Unfortunately as far as I know S3 doesn't provide any exclusive writes, so this cannot be implemented reliably...