> @@ -248,7 +262,9 @@ > JobMetadata describeJob(String vaultName, String jobId); > > /** > - * Lists jobs. > + * Lists the ongoing jobs and the recently finished jobs for a vault. By > default this operation returns up to > + * 1,000 jobs in the response, but you can control this using the request > options. Note that this operation also > + * returns the recently finished jobs and you can still download their > output.
What does the last sentence mean? That you can't download the output for *all* jobs in the response? How do you know which ones are still accessible? --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs-aws/pull/56/files#r16022786