Class RegionConverter
-
- All Implemented Interfaces:
-
org.springframework.core.convert.converter.Converter
public class RegionConverter implements Converter<String, Region>
Converts values of the com.adobe.testing.s3mock.s3.util.AwsHttpParameters.BUCKET_REGION which is sent by the Amazon client. Example: bucket-region: us-east-1 API Reference
-
-
Constructor Summary
Constructors Constructor Description RegionConverter()
-