CulturalMe / meteor-slingshot

Upload files directly to AWS S3, Google Cloud Storage and others in meteor
MIT License
595 stars 104 forks source link

Uploading thousands of files at the same time #248

Open nesbtesh opened 1 year ago

nesbtesh commented 1 year ago

If I upload thousands of files at the same time, I am having an issue where some files dont end up in s3 bucket but slignshot responds with success. Why does it happen? Does it have to do with the signature being generated at the same time due to multiple pararel uploads?

mikkelking commented 8 months ago

What is your use case here? Are you doing any kind of throttling/error checking as you go?