So no one is using Amazon S3 with D, why?
yawniek
yawniek at srtnwz.com
Fri May 10 07:40:25 UTC 2019
On Tuesday, 14 March 2017 at 20:38:37 UTC, ikod 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
>
> At least one package: https://code.dlang.org/packages/vibe-s3
since this thread got bumped and has some false information:
i initiated the vibe-s3 package and developed parts of it.
the whole thing is not really non-trivial, especially if you need
the more advanced features such as streaming (to upload bigger
files), tags and metadata. plus the auth scheme.
so anyone looking for a solution i would strongly recommend to
use/fork vibe-s3
(or if you want to be the new maintainer please ping me).
ideally it would be re-integrated into vibe-aws
More information about the Digitalmars-d
mailing list