> @@ -109,7 +125,7 @@ public boolean blobExists(String container, String key) {
>  
>     @Override
>     public String putBlob(String container, Blob blob) {
> -      return sync.uploadArchive(container, blob.getPayload(), 
> blob.getMetadata().getName());
> +      return sync.uploadArchive(container, blob.getPayload());

Offline discussion, Glacier does not support naming blobs which presents some 
interesting challenges to compatibility:

http://docs.aws.amazon.com/amazonglacier/latest/dev/working-with-archives.html

The description field offers some user intent although this it outside the 
scope of this commit.

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

Reply via email to