> @@ -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());
Just to clarify: as far as I can see from the rest of the code, we use `name`
to get the archive ID? Are there any restrictions on the length/characters etc.
that are allowed in the archive ID?
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs-aws/pull/46/files#r15725640