Categorygithub.com/aws/aws-sdk-go-v2/feature/s3/transfermanager
modulepackage
0.1.0
Repository: https://github.com/aws/aws-sdk-go-v2.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

New returns an initialized Client from the client Options.
NewFromConfig returns a new Client from the provided s3 config.
WithRotoDialer configures an http.Transport to cycle through multiple local network addresses when creating new HTTP connections.
WithRoundRobinDNS configures an http.Transport to spread HTTP connections across multiple IP addresses for a given host.

# Structs

Client provides the API client to make operations call for Amazon Simple Storage Service's Transfer Manager It is safe to call Client methods concurrently across goroutines.
Options provides params needed for transfer api calls.
PutObjectInput represents a request to the PutObject() call.
PutObjectOutput represents a response from the Upload() call.
RoundRobinDNSOptions configures use of round-robin DNS.

# Interfaces

A MultipartUploadError wraps a failed S3 multipart upload.
S3APIClient defines an interface doing S3 client side operations for transfer manager.