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:
@@ -16,7 +16,7 @@ defmodule ProviderService.Commands do
|
||||
end
|
||||
|
||||
defmodule AddProviderTemplate do
|
||||
defstruct [:provider_id, :template_id, :policy_type, :s3_key, :fields, :client_type]
|
||||
defstruct [:provider_id, :template_id, :policy_type, :document_url, :client_type]
|
||||
end
|
||||
|
||||
defmodule ActivateProviderTemplate do
|
||||
|
||||
Reference in New Issue
Block a user