Documentation
¶
Overview ¶
Package aws holds the shared AWS SDK configuration (credentials, region, endpoint) used by the aws sub-packages such as s3 and sqs.
Index ¶
Constants ¶
View Source
const (
ErrCodeAwsLoadDefConfig = "AWS-001"
)
Variables ¶
View Source
var ( ErrAwsLoadDefConfig = func(ctx context.Context, cause error) error { return jet.NewAppErrBuilder(ErrCodeAwsLoadDefConfig, "load aws config").C(ctx).Wrap(cause).Err() } )
Functions ¶
Types ¶
Directories
¶
| Path | Synopsis |
|---|---|
|
Package s3 provides a client for Amazon S3 (and S3-compatible) object storage.
|
Package s3 provides a client for Amazon S3 (and S3-compatible) object storage. |
|
Package sqs provides a client and a message subscriber for Amazon SQS queues.
|
Package sqs provides a client and a message subscriber for Amazon SQS queues. |
Click to show internal directories.
Click to hide internal directories.