We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32702ce commit 573b3ecCopy full SHA for 573b3ec
core/config/config.go
@@ -144,7 +144,6 @@ func WithUserAgent(userAgent string) ConfigurationOption {
144
}
145
146
// WithRegion returns a ConfigurationOption that specifies the region to be used
147
-// [Deprecated]: The region should be set on the individual calls
148
func WithRegion(region string) ConfigurationOption {
149
return func(config *Configuration) error {
150
config.Region = region
0 commit comments