So no one is using Amazon S3 with D, why?

Jack Stouffer via Digitalmars-d digitalmars-d at puremagic.com
Tue Mar 14 13:43:15 PDT 2017


On Tuesday, 14 March 2017 at 20:21:44 UTC, aberba wrote:
> Amazon S3 seem like a common solution for object storage these 
> days[1] but I'm seeing almost no activity in this area (stable 
> native D API). Why?
>
> [1] https://trends.builtwith.com/cdn/Amazon-S3

You can use S3 in its entirety with its REST API. I imagine 
people just make those calls with std.net.curl or something 
similar.


More information about the Digitalmars-d mailing list