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