package config

Import Path
	github.com/aws/aws-sdk-go-v2/service/internal/s3shared/config (on go.dev)

Dependency Relation
	imports one package, and imported by one package

Involved Source Files config.go
Package-Level Type Names (only one, which is exported)
/* sort exporteds by: | */
UseARNRegionProvider is an interface for retrieving external configuration value for UseARNRegion ( UseARNRegionProvider) GetS3UseARNRegion(ctx context.Context) (value bool, found bool, err error)
Package-Level Functions (only one, which is exported)
ResolveUseARNRegion extracts the first instance of a UseARNRegion from the config slice. Additionally returns a boolean to indicate if the value was found in provided configs, and error if one is encountered.