raiseValidationError,"Only #{SUPPORTED_DIRECT_UPLOAD_PROVIDERS.join(',')} are supported as a object storage provider when 'direct_upload' is used"
raiseValidationError,"Object storage is configured for '#{uploader_type}', but the 'connection' section is missing"unlessobject_store.key?('connection')
provider=object_store.connection&.provider.to_s
raiseValidationError,"No provider configured for '#{uploader_type}'. #{supported_provider_text}"ifprovider.blank?