You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now we are only able to stop the egress with await egressClient.stopEgress(egressId)
In some cases we want to not only stop it, but also remove the file from s3. Could be when an error happens, if egress session is under a set amount of time etc. We can do so by deleting it after stopping with @aws-sdk/client-s3 however would be beneficial, to have the feature baked into the egress client.
Describe the proposed solution
Either have a flag on the stopEgress function or have a seperate function called discardEgress.
Alternatives considered
No response
Importance
would make my life easier
Additional Information
No response
The text was updated successfully, but these errors were encountered:
Describe the problem
Right now we are only able to stop the egress with
await egressClient.stopEgress(egressId)
In some cases we want to not only stop it, but also remove the file from s3. Could be when an error happens, if egress session is under a set amount of time etc. We can do so by deleting it after stopping with @aws-sdk/client-s3 however would be beneficial, to have the feature baked into the egress client.
Describe the proposed solution
Either have a flag on the
stopEgress
function or have a seperate function calleddiscardEgress
.Alternatives considered
No response
Importance
would make my life easier
Additional Information
No response
The text was updated successfully, but these errors were encountered: