Skip to content

AWS client library for the D programming language, based on the vibe.d framework

Notifications You must be signed in to change notification settings

tamediadigital/vibe-s3

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

92 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vibe-s3

this library is highly alpha and mostly untested. use at your own risk

see example dub projects for usage

to run the example you need to export your credentials:

export AWS_ACCESS_KEY_ID=XXX
export AWS_SECRET_KEY=XXX
export S3_EXAMPLE_BUCKET=myTestBucket
export S3_EXAMPLE_REGION=eu-west-1

Note for OS X: you need to force use Homebrews OpenSSL brew link --force openssl

About

AWS client library for the D programming language, based on the vibe.d framework

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • D 100.0%