kopia lustrzana https://github.com/gaul/s3proxy
Add missing EmailAddress field
This allows S3Proxy to return the correct NotImplemented error code instead of InternalError. References #116.pull/124/head
rodzic
d557af774d
commit
0e3a7ef843
|
@ -55,6 +55,8 @@ final class AccessControlPolicy {
|
|||
String id;
|
||||
@JacksonXmlProperty(localName = "DisplayName")
|
||||
String displayName;
|
||||
@JacksonXmlProperty(localName = "EmailAddress")
|
||||
String emailAddress;
|
||||
@JacksonXmlProperty(localName = "URI")
|
||||
String uri;
|
||||
}
|
||||
|
|
Ładowanie…
Reference in New Issue