[error] %ExAws.Error{message: "Missing XML parser. Please see docs"}
[error] Missing XML parser. Please see docs
[error] {:error, [:invalid_bucket]}
[info] Sent 422 in 1320ms
The thing is this same configuration for arc and ex_aws works in a sister project (files are been uploaded to the bucket from the sister project), but for some reason is not working here.
Environment
Elixir version (elixir -v): 1.4
Arc version (mix deps): 0.11.0
Arc dependencies when applicable (mix deps):
ex_aws: 2.1.0
sweet_xml: 0.6.5
arc_ecto: 0.11.0
hackney: 1.9.0
posion: 2.2.0
Operating system: Using Elixir image from Docker
Expected behavior
Save file in my AWS bucket
Actual behavior
The thing is this same configuration for
arc
andex_aws
works in a sister project (files are been uploaded to the bucket from the sister project), but for some reason is not working here.dev.exs