I'm using aws-sdk
module in my node
app,
specifically the S3
library, to write to a ceph
cluster.
The application upload fixed size files periodically.
The ceph perform sharding sometimes, which cause the http upload request to stall for 500 seconds.
How can I cancel those requests for buckets that performing sharding?
How can I set a timeout for, say 2 seconds, for all the uploads?