> +import org.jclouds.blobstore.BlobStore;
> +import org.jclouds.blobstore.domain.Blob;
> +
> +import com.google.common.collect.Iterables;
> +import com.google.common.io.ByteSource;
> +import com.google.common.net.HttpHeaders;
> +
> +/**
> + * Reads the time from the blobstore, optionally enforcing a maximum clock
> + * skew. Improperly configured private blobstores can have sufficient skew
> + * to impact operations like signed URLs with timeouts.
> + *
> + * @author Andrew Gaul
> + */
> +@Command(scope = "jclouds", name = "blobstore-time", description = "Reads
> time from the blobstore")
> +public class TimeCommand extends BlobStoreCommandWithOptions {
Slightly more specific name? `CheckServerTimeCommand`, or something like that?
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-karaf/pull/37/files#r10064106