> + * > + * @see GlacierClient#uploadArchive > + */ > + String uploadArchive(String vaultName, Payload payload); > + > + /** > + * Deletes an archive from a vault. > + * > + * @param vaultName > + * Name of the Vault where the archive is stored. > + * @param archiveId > + * Amazon Glacier archive identifier. > + * @return False if the archive was not deleted, true otherwise. > + * @see <a > href="http://docs.aws.amazon.com/amazonglacier/latest/dev/api-archive-delete.html" > /> > + */ > + Boolean deleteArchive(String vaultName, String archiveId);
Should this return a primitive boolean? --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs-aws/pull/13/files#r13887604
