Documentation
¶
Overview ¶
Package sdkutil provides utilities used to call awssdk.
Index ¶
- func GetConfigWithEndpoint(ctx context.Context, endpoint string) (aws.Config, error)
- func GetConfigWithQuickCheck(ctx context.Context, endpoint string) (aws.Config, error)
- func GetDefaultConfig(ctx context.Context) (aws.Config, error)
- func GetRegion() string
- func SetRegionAndProfile(region string, profile string)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetConfigWithEndpoint ¶
GetConfigWithEndpoint creates aws sdk config with given profile, region and endpoint
func GetConfigWithQuickCheck ¶
GetConfigWithQuickCheck creates aws sdk config with minimal retry logic to avoid delays while maintaining reliability (used for credential checks)
func GetDefaultConfig ¶
GetDefaultConfig creates aws sdk config with given profile and region
func SetRegionAndProfile ¶
SetRegionAndProfile sets the region and profile for default aws configs
Types ¶
This section is empty.
Directories
¶
| Path | Synopsis |
|---|---|
|
Package retryer provides custom retry logic for AWS SDK operations Note: This is currently unused in v2 code but kept for potential future use
|
Package retryer provides custom retry logic for AWS SDK operations Note: This is currently unused in v2 code but kept for potential future use |
Click to show internal directories.
Click to hide internal directories.