Documentation ¶
Overview ¶
Package aws contains sub-packages for working with the various Amazon Web Services.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AccessKey ¶
type AccessKey struct { // The key's ID. // // For example: // // AKIAIOSFODNN7EXAMPLE // Id string // The key's associated secret. // // For example: // // wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY // Secret string }
AccessKey represents an AWS access key, including its ID and associated secret.
To manage your access keys, use this site:
https://portal.aws.amazon.com/gp/aws/securityCredentials
Directories ¶
Path | Synopsis |
---|---|
Package s3 contains a very simple client for the Amazon Simple Storage Service, also known as Amazon S3.
|
Package s3 contains a very simple client for the Amazon Simple Storage Service, also known as Amazon S3. |
auth
Package auth is an implementation detail.
|
Package auth is an implementation detail. |
http
Package http is an implementation detail.
|
Package http is an implementation detail. |
Package sdb contains a simple client for Amazon SimpleDB.
|
Package sdb contains a simple client for Amazon SimpleDB. |
conn
Package conn contains code useful for making requests to the SimpleDB servers.
|
Package conn contains code useful for making requests to the SimpleDB servers. |
Package time is an implementation detail.
|
Package time is an implementation detail. |
Click to show internal directories.
Click to hide internal directories.