Skip to content

Commit 573b3ec

Browse files
committed
fix: remove premature deprecation mark
1 parent 32702ce commit 573b3ec

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

core/config/config.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,6 @@ func WithUserAgent(userAgent string) ConfigurationOption {
144144
}
145145

146146
// WithRegion returns a ConfigurationOption that specifies the region to be used
147-
// [Deprecated]: The region should be set on the individual calls
148147
func WithRegion(region string) ConfigurationOption {
149148
return func(config *Configuration) error {
150149
config.Region = region

0 commit comments

Comments
 (0)