Skip to content

Latest commit

 

History

History
30 lines (17 loc) · 492 Bytes

README.md

File metadata and controls

30 lines (17 loc) · 492 Bytes

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: