File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -38,10 +38,10 @@ pipeline = noop
38
38
pipeline = content_cleaner<% if @quarantine %> quarantine<% end %> <% if @replication %> replication<% end %> <%= webhooks_handlers . fetch ( "storage.content.deleted" , [ ] ) . join ( " " ) %>
39
39
40
40
[handler:storage.container.new]
41
- pipeline = account_update meta2_index <%= webhooks_handlers . fetch ( "storage.container.new" , [ ] ) . join ( " " ) %>
41
+ pipeline = account_update <%= webhooks_handlers . fetch ( "storage.container.new" , [ ] ) . join ( " " ) %>
42
42
43
43
[handler:storage.container.deleted]
44
- pipeline = account_update meta2_index <%= webhooks_handlers . fetch ( "storage.container.deleted" , [ ] ) . join ( " " ) %>
44
+ pipeline = account_update <%= webhooks_handlers . fetch ( "storage.container.deleted" , [ ] ) . join ( " " ) %>
45
45
46
46
[handler:storage.container.state]
47
47
pipeline = account_update <%= webhooks_handlers . fetch ( "storage.container.state" , [ ] ) . join ( " " ) %>
@@ -65,9 +65,6 @@ tube = oio-rebuild
65
65
queue_url = <%= @_rebuild_queue_url %>
66
66
<% end -%>
67
67
68
- [filter:meta2_index]
69
- use = egg:oio#meta2_index
70
-
71
68
[filter:account_update]
72
69
use = egg:oio#account_update
73
70
You can’t perform that action at this time.
0 commit comments