Storage: add :azure to remaining callers (#26080)
This commit is contained in:
@@ -158,6 +158,9 @@ module Mastodon::CLI
|
||||
when :fog
|
||||
say('The fog storage driver is not supported for this operation at this time', :red)
|
||||
exit(1)
|
||||
when :azure
|
||||
say('The azure storage driver is not supported for this operation at this time', :red)
|
||||
exit(1)
|
||||
when :filesystem
|
||||
require 'find'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user