Go package to interact with Amazon Web Services
NOTE: This is a stable branch, which is compatible with the original goamz source from Launchpad, except for the changed import paths. It is not actively developed, unlike the other branches (v2
, v3
).
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:
In addition to contacting directly one of the maintainers, users are encouraged to discuss goamz topics on the project's Google Group.
Please report bugs by opening an issue.
Contributors are most welcome! Please have a look at CONTRIBUTING.md for details.
List of people who made relevant contributions to goamz can be found in AUTHORS.md.
goamz is licensed under LGPLv3, but includes an exception that allows linking code statically. See the LICENSE for details.