Skip to content

AWS S3 Simple Storage Service interface for Julia.

License

Notifications You must be signed in to change notification settings

pschmied/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%