Skip to content

scaliaes/amz

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

goamz

Go package to interact with Amazon Web Services

Instructions

Install the package with:

go get gopkg.in/amz.v1/...

Import it with:

import "gopkg.in/amz.v1/<package>"

Example:

import "gopkg.in/amz.v1/ec2"

and use ec2 as the package name inside the code. The same applies to the other sub-packages: aws, s3, etc.

For more details, visit the project page:

and the API documentation:

About

Go package to interact with Amazon Web Services

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 99.9%
  • Makefile 0.1%