Skip to content

TelAPI/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

Build Status GoDoc

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).

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:

Users Group

In addition to contacting directly one of the maintainers, users are encouraged to discuss goamz topics on the project's Google Group.

Issues

Please report bugs by opening an issue.

Contributing

Contributors are most welcome! Please have a look at CONTRIBUTING.md for details.

Authors

List of people who made relevant contributions to goamz can be found in AUTHORS.md.

License

goamz is licensed under LGPLv3, but includes an exception that allows linking code statically. See the LICENSE for details.

About

Go package to interact with Amazon Web Services

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 99.9%
  • Makefile 0.1%