> + public static final String STORAGE_URL = "X-Storage-Url"; > + > + /** Transaction ID*/ > + public static final String TRANSACTION_ID = "X-Trans-Id"; > + > + /** Timestamp */ > + public static final String TIMESTAMP = "X-Timestamp"; > + > + /** > + * You can specify <code>X-Newest: true</code> on GETs and HEADs to > indicate you want > + * Swift to query all back-end copies and return the newest version > retrieved. > + */ > + public static final String NEWEST = "X-Newest"; > + > + /** Account Metadata Prefix */ > + public static final String ACCOUNT_METADATA_PREFIX = "X-Account-Meta-";
Curious why we're doing lowercase comparison in the functions then: would it make sense to make this lowercase too? --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs-openstack/pull/17/files#r6383783
