waitUntilObjectExists
throws WaiterConfiguration.minDelay must be greater than 0
when minDelay
is 0.5
#6767
Closed
3 of 4 tasks
Checkboxes for prior research
Describe the bug
waitUntilObjectExists
method throwsWaiterConfiguration.minDelay must be greater than 0
error ifminDelay
is0.5
.I see you are using
@smithy/util-waiter
which throws it here.0.5
is greater than 0, the condition and error are not synced.This means that I can't wait for an s3 object with an exponential backoff policy to start at 0.5 seconds.
Is there any workaround?
Regression Issue
SDK version number
@aws-sdk/[email protected]
Which JavaScript Runtime is this issue in?
Node.js
Details of the browser/Node.js/ReactNative version
v20.12.2
Reproduction Steps
call:
Observed Behavior
Error:
WaiterConfiguration.minDelay must be greater than 0
Expected Behavior
An exponential backoff policy should work, starting with 500ms delay
Possible Solution
No response
Additional Information/Context
No response
The text was updated successfully, but these errors were encountered: