aws

package
v0.0.0-...-932836e Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 23, 2020 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewSessionFromConfiguration

func NewSessionFromConfiguration(configuration *aws_pb.SessionConfiguration) (*session.Session, error)

NewSessionFromConfiguration creates a new AWS SDK session object based on options specified in a session configuration message. The resulting session object can be used to access AWS services such as EC2, S3 and SQS.

Types

type S3

type S3 interface {
	GetObjectWithContext(ctx aws.Context, input *s3.GetObjectInput, opts ...request.Option) (*s3.GetObjectOutput, error)
}

S3 is an interface around the AWS SDK S3 client. It has been added to aid unit testing.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL