package
1.1.3
Repository: https://github.com/abraxas-365/toolkit.git
Documentation: pkg.go.dev

# Functions

NewS3Client creates a new S3 client with optional configuration parameters.
WithCredentials sets AWS credentials for the S3 client.
WithRegion sets a custom AWS region for the S3 client.

# Structs

S3Client defines the structure that implements the Client interface.

# Interfaces

Client defines the S3 client interface.

# Type aliases

Option is a functional option type for configuring S3Client.