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
You could get s3 modified timestamp, return it as a parameter from Prepare, then compare the current value on each operation, failing if it has changed. Prepare is allowed to create new parameters dynamically.
There are several assumptions around the files not changing out from under the s3 client. We might want to check this for a better customer experience.
https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html
We probably need some kind of side channel data for this. The prepare can pull this information perhaps?
The text was updated successfully, but these errors were encountered: