> @@ -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());
As far as I know the archive IDs are always the same length and are set by
Amazon. An example would be:
>TJgHcrOSfAkV6hdPqOATYfp_0ZaxL1pIBOc02iZ0gDPMr2ig-nhwd_PafstsdIf6HSrjHnP-3p6LCJClYytFT_CBhT9CwNxbRaM5MetS3I-GqwxI3Y8QtgbJbhEQPs0mJ3KExample
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs-aws/pull/46/files#r15728063