-
The key signing is failing, I think because of the character encoding:
```
** (MatchError) no match of right hand side value: {:error, {:http_error, 403, "\nSignatureDoesNotMatchThe request signature…
-
Based on [these docs](http://hexdocs.pm/ex_aws/ExAws.S3.Client.html), I expected the following to work:
``` elixir
# lib/delorean/s3.ex
defmodule Delorean.S3 do
use ExAws.S3.Client, opt_app: :delor…
-
I'm used to poking around in `iex` using `h` to figure out library APIs. Your hexdocs.pm docs are pretty good but in iex the docs are awful:
I'm able to look at the source and hexdocs.pm to figure…
-
i'd like to use MIX_ENV=gamma or others. It currently fails with
``` elixir
21) test sort works (OuteTest)
test/backends_test.exs:125
** (FunctionClauseError) no function clause matching …
-
Currently, the dynamo decoder is setup to decode string data types with a value of `"TRUE"` to the atom `true` upon deserialization.
That absolutely makes sense when the dynamo type is boolean but I…
-
it stored ok, but can't decode
``` elixir
iex(29)> ExAws.Dynamo.get_item("Graph-dev",%{id: "3",r: "a"})
{:ok,
%{"Item" => %{"created_at" => %{"N" => "1431134399.66159391403"},
"id" => %{"S" => …
-
Hi!
First of all, thank you so much for putting so much time and dedication into this library. I truly appreciate it! I think it's awesome that you made it possible to get the credentials via the EC2…
-
I'm looking for a way to safely change AWS credentials for each requests, using the request I determine which account and bucket to use.
Thanks for ExAws and your help! :+1:
-
wondering if {:ok, %{}} is correct on an empty result. {:ok,nil} may be better. maybe not for get_item!, but get_item should return an empty map if you expect people to use case
this smells a bit
…
-
doesn't look like RANGE key is supported in key_schema for create_table. is this intentional?