Class ObjectOwnershipHeaderConverter
-
- All Implemented Interfaces:
-
org.springframework.core.convert.converter.Converter
public class ObjectOwnershipHeaderConverter implements Converter<String, ObjectOwnership>
Converts values of the com.adobe.testing.s3mock.common.AwsHttpHeaders.X_AMZ_OBJECT_OWNERSHIP which is sent by the Amazon client. Example: x-amz-object-ownership: ObjectWriter API Reference API Reference API Reference
-
-
Constructor Summary
Constructors Constructor Description ObjectOwnershipHeaderConverter()
-
Method Summary
Modifier and Type Method Description ObjectOwnershipconvert(String source)-
-
Method Detail
-
convert
ObjectOwnership convert(String source)
-
-
-
-