package
1.7.16
Repository: https://github.com/vdaas/vald.git
Documentation: pkg.go.dev

# Functions

New returns the session implementation.
WithAccessKey returns the option to set the accessKey.
WithEnable100Continue returns the option to set the enable100Continue.
WithEnableContentMD5Validation returns the option to set the enableContentMD5Validation.
WithEnableEndpointDiscovery returns the option to set the enableEndpointDiscovery.
WithEnableEndpointHostPrefix returns the option to set the enableEndpointHostPrefix.
WithEnableParamValidation returns the option to set the enableParamValidation.
WithEnableSSL returns the option to set the enableSSL.
WithEndpoint returns the option to set the endpoint.
WithForcePathStyle returns the option to set the forcePathStyle.
WithHTTPClient returns the option to set the client.
WithMaxRetries returns the option to set the maxRetries.
WithRegion returns the option to set the region.
WithSecretAccessKey returns the option to set the secretAccessKey.
WithToken returns the option to set the token.
WithUseAccelerate returns the option to set the useAccelerate.
WithUseARNRegion returns the option to set the useARNRegion.
WithUseDualStack returns the option to set the useDualStack.

# Interfaces

Session represents the interface to get AWS S3 session.

# Type aliases

Option represents the functional option for session.