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
3838pipeline = content_cleaner<% if @quarantine %> quarantine<% end %> <% if @replication %> replication<% end %> <%= webhooks_handlers . fetch ( "storage.content.deleted" , [ ] ) . join ( " " ) %>
3939
4040[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 ( " " ) %>
4242
4343[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 ( " " ) %>
4545
4646[handler:storage.container.state]
4747pipeline = account_update <%= webhooks_handlers . fetch ( "storage.container.state" , [ ] ) . join ( " " ) %>
@@ -65,9 +65,6 @@ tube = oio-rebuild
6565queue_url = <%= @_rebuild_queue_url %>
6666<% end -%>
6767
68- [filter:meta2_index]
69- use = egg:oio#meta2_index
70-
7168[filter:account_update]
7269use = egg:oio#account_update
7370
You can’t perform that action at this time.
0 commit comments