>
> public class GlacierBlobStore extends BaseBlobStore {
> + public static final long DEFAULT_INVENTORY_UPDATE_TIME =
> TimeUnit.HOURS.toMillis(24);
> +
> + @Inject(optional = true)
> + @Named("jclouds.inventory.update.time")
I'm not sure what the convention is in other APIs/providers, but if this is
specific to Glacier, say something like `jclouds.glacier.inventory.update.time`?
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs-aws/pull/49/files#r15467895