We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ad5bdc commit 05f9b60Copy full SHA for 05f9b60
src/ops/sources/amazon_s3.rs
@@ -256,7 +256,7 @@ impl Executor {
256
continue;
257
}
258
if record.event_name.starts_with("ObjectCreated:")
259
- || record.event_name.starts_with("ObjectDeleted:")
+ || record.event_name.starts_with("ObjectRemoved:")
260
{
261
changes.push(SourceChange {
262
key: KeyValue::Str(s3.object.key.into()),
0 commit comments