>  
>  import com.google.common.util.concurrent.ListenableFuture;
>  
> +/**
> + * Provides asynchronous access to Amazon Glacier resources via their REST 
> API.
> + * <p/>
> + *
> + * @see GlacierClient
> + * @see <a href="http://aws.amazon.com/documentation/glacier/"; />
> + * @author Roman Coedo
> + */
>  @Headers(keys = GlacierHeaders.VERSION, values = "2012-06-01")
>  @RequestFilters(RequestAuthorizeSignature.class)
>  @BlobScope(CONTAINER)
>  public interface GlacierAsyncClient extends Closeable {

Are we still doing Async/Sync?

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs-aws/pull/4/files#r13034598

Reply via email to