> @@ -57,6 +58,7 @@ public static Properties defaultProperties() {
> Properties properties = BaseHttpApiMetadata.defaultProperties();
> properties.setProperty(PROPERTY_REGIONS, "DEFAULT");
> properties.setProperty(PROPERTY_USER_METADATA_PREFIX,
> "X-Object-Meta-");
> + properties.setProperty(Constants.PROPERTY_IDEMPOTENT_METHODS,
> "DELETE,GET,HEAD,OPTIONS,POST,PUT");
[nit] Use a static import like in the other properties (consider this also int
he other classes)
---
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/967/files/614babda21753ce367c76e40e34410aba64d9474#r67264399