~nskaggs/+junk/xenial-test

« back to all changes in this revision

Viewing changes to src/gopkg.in/amz.v3/README.md

  • Committer: Nicholas Skaggs
  • Date: 2016-10-24 20:56:05 UTC
  • Revision ID: nicholas.skaggs@canonical.com-20161024205605-z8lta0uvuhtxwzwl
Initi with beta15

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
goamz
 
2
=====
 
3
 
 
4
Go package to interact with Amazon Web Services
 
5
 
 
6
[![Build Status](https://travis-ci.org/go-amz/amz.svg?branch=v3)](https://travis-ci.org/go-amz/amz) [![GoDoc](https://godoc.org/gopkg.in/amz.v3?status.png)](http://godoc.org/gopkg.in/amz.v3)
 
7
 
 
8
Instructions
 
9
------------
 
10
 
 
11
Install the package with:
 
12
 
 
13
    go get gopkg.in/amz.v3/...
 
14
 
 
15
Import it with:
 
16
 
 
17
    import "gopkg.in/amz.v3/<package>"
 
18
 
 
19
Example:
 
20
 
 
21
    import "gopkg.in/amz.v3/ec2"
 
22
 
 
23
and use _ec2_ as the package name inside the code.
 
24
The same applies to the other sub-packages: _aws_, _s3_, etc.
 
25
 
 
26
For more details, visit the project page:
 
27
 
 
28
* http://wiki.ubuntu.com/goamz
 
29
 
 
30
and the API documentation:
 
31
 
 
32
* https://gopkg.in/amz.v3
 
33
 
 
34
Users Group
 
35
-----------
 
36
 
 
37
In addition to contacting directly one of the [maintainers](https://github.com/orgs/go-amz/people), users are encouraged to discuss goamz topics on the project's [Google Group](https://groups.google.com/forum/#!forum/goamz).
 
38
 
 
39
Issues
 
40
------
 
41
 
 
42
Please report bugs by opening an [issue](https://github.com/go-amz/amz/issues).
 
43
 
 
44
Contributing
 
45
------------
 
46
 
 
47
Contributors are most welcome!
 
48
Please have a look at [CONTRIBUTING.md](CONTRIBUTING.md) for details.
 
49
 
 
50
Authors
 
51
-------
 
52
 
 
53
List of people who made relevant contributions to goamz can be found in [AUTHORS.md](AUTHORS.md).
 
54
 
 
55
License
 
56
-------
 
57
 
 
58
goamz is licensed under LGPLv3, but includes an exception that allows
 
59
linking code statically. See the [LICENSE](LICENSE) for details.