dont use S3 directly allow to use any document url (document service agnostic)
All checks were successful
Build and Publish / build-release (push) Successful in 1m30s
All checks were successful
Build and Publish / build-release (push) Successful in 1m30s
This commit is contained in:
@@ -76,9 +76,7 @@ defmodule ProviderService.Projections.ProviderProjection do
|
||||
template = %{
|
||||
"template_id" => e.template_id,
|
||||
"client_type" => e.client_type,
|
||||
"s3_key" => e.s3_key,
|
||||
"fields" => e.fields || [],
|
||||
"version" => e.version,
|
||||
"document_url" => e.document_url,
|
||||
"active" => false
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user