aws

package
v0.0.0-...-a9d0937 Latest Latest
Warning

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

Go to latest
Published: Apr 10, 2024 License: Apache-2.0 Imports: 13 Imported by: 4

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewConfigFromConfiguration

func NewConfigFromConfiguration(configuration *aws_pb.SessionConfiguration, name string) (aws.Config, error)

NewConfigFromConfiguration creates a new AWS SDK config 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 S3Client

type S3Client interface {
	GetObject(ctx context.Context, params *s3.GetObjectInput, optFns ...func(*s3.Options)) (*s3.GetObjectOutput, error)
}

S3Client 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