←back to thread

638 points wut42 | 1 comments | | HN request time: 0.198s | source
Show context
pier25 ◴[] No.44328928[source]
I'm surprised they are investing into this. I checked Phoenix recently because I was interested in LiveView and there isn't even an official AWS SDK for Elixir.

Honestly doubt the AI stuff is going to move the needle much if you can't even have a dependable S3 client.

replies(5): >>44328988 #>>44329038 #>>44329075 #>>44329823 #>>44330988 #
chrismccord ◴[] No.44329823[source]
Meanwhile I am a happy user of :ex_aws or :req_s3 which has done everything I need it to do. Object ops, iam policies, etc. A dependable S3 client has been there for years. The elixir core team doesn't need to maintain it. ReqS3 is one of my favorite things to use: https://hexdocs.pm/req_s3/readme.html
replies(1): >>44329943 #
1. pier25 ◴[] No.44329943[source]
Maybe you can guarantee Phoenix will be maintained 5-10 years from now but that's really not the case for some random library on Github.

If you look around you'll see this kind of stuff is really one of the biggest blockers for Elxir and Phoenix. Especially for something as fundamental as cloud storage.