Skip to content
This repository has been archived by the owner on Dec 8, 2020. It is now read-only.

invenia/AWSS3.jl

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AWSS3

AWS S3 Interface for Julia

Build Status

Documentation

using AWSS3

aws = AWSCore.aws_config()

s3_create_bucket(aws, "my.bucket")
s3_enable_versioning(aws, "my.bucket")

s3_put(aws, "my.bucket", "key", "Hello!")
println(s3_get(aws, "my.bucket", "key"))

About

AWS S3 Simple Storage Service interface for Julia.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Julia 100.0%