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

This commit is contained in:
2026-04-29 12:18:52 -05:00
parent 8782f957b0
commit d66a8805d0
16 changed files with 78 additions and 196 deletions

View File

@@ -46,14 +46,7 @@ defmodule ProviderService.MixProject do
{:open_api_spex, "~> 3.21"},
# Pagination
{:flop, "~> 0.26"},
# AWS S3
{:ex_aws, "~> 2.5"},
{:ex_aws_s3, "~> 2.5"},
{:hackney, "~> 1.20"},
{:req, "~> 0.5"},
{:sweet_xml, "~> 0.7"}
{:flop, "~> 0.26"}
]
end