Results 27 comments of Martin Chabot

I think that this would be great in the case that we want the preserve the original filename. S3 doesn't permit all utf-8 characters in the object key (http://docs.aws.amazon.com/AmazonS3/latest/dev/UsingMetadata.html). So...

In your example, If understand well, when I see: ```elixir def receive_request(request, _server_key) do response = request |> except_to_500(&Auth.auth(&1)) Sippet.send(:sippet, response) end ``` I should replace the `:sippet` for `:mystack`....

Thanks, With the code above I have the following error: ``` * (Mix) Could not start application my_app: exited in: MyApp.Application.start(:normal, []) ** (EXIT) an exception was raised: ** (ArgumentError)...

@balena, I am not sure where to call the `Sippet.register_core` function. Can you help me on that ?

In case anyone has this problem, you should try the new official amazon gem aws-sdk (https://github.com/amazonwebservices/aws-sdk-for-ruby. ). Since there is no support on this gem anymore.

Sorry, I should have done that before: ``` [11] pry(main)> 1.times do |a| [11] pry(main)* "asdf" [11] pry(main)* "asdf" [11] pry(main)* "asdf" [11] pry(main)* "asdf" [11] pry(main)* "asdf" [11] pry(main)*...

No, I haven't solved that one. I stopped using the gem since it was a show stopper. I tried it on my new computer and this issue is not existing....