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

aberba via Digitalmars-d digitalmars-d at puremagic.com
Wed Mar 15 02:57:52 PDT 2017


On Wednesday, 15 March 2017 at 08:27:23 UTC, Suliman wrote:
> 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
>
> How much the lowest vibed ready instance cost? I am looking for 
> a cheapest solution for site.

There are several options:
1. Heroku Paas with s3
2. Docker Datacenter with  your own image with dlanguage/dmd 
image as base.
3. Or hosting yourself on AWS or linode or digitaloceon. AWS is 
generally safe for small team with less resources. You may also 
look into Dokku (self-hosted Paas)


More information about the Digitalmars-d mailing list