Include delete as a signed resource

This allows multi-object delete to work and addresses a regression
introduced by e5c12c1777.
pull/28/head
Andrew Gaul 2014-12-03 22:58:45 -08:00
rodzic ae3598dbfb
commit 161fd3d847
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -100,7 +100,7 @@ final class S3ProxyHandler extends AbstractHandler {
private static final Pattern MULTI_DELETE_KEY_PATTERN =
Pattern.compile("<Key>(.*?)</Key>");
private static final Set<String> SIGNED_SUBRESOURCES = ImmutableSet.of(
"acl", "lifecycle", "location", "logging", "notification",
"acl", "delete", "lifecycle", "location", "logging", "notification",
"partNumber", "policy", "requestPayment", "torrent", "uploadId",
"uploads", "versionId", "versioning", "versions", "website"
);