jjjake

Results 81 comments of jjjake

Both are supported for compatibility with Amazon S3 libraries and tools. There are some special `x-archive-` headers that are not part of Amazons S3 API, but all `x-amz-` headers can...

A new IA onesheet summary was released recently: https://archive.org/download/onesheet/ia-onesheet_20160126.pdf Future summaries like this will also be available here: https://archive.org/details/onesheet IA is currently at 25PB of unique data. There's also a...

The examples listed in https://archive.org/help/abouts3.txt might be useful here.

Maybe a separate document/repository describing the anatomy of an item would make sense (as item's are not specific to IA-S3)? I created a skeleton [here](https://github.com/jjjake/ia-item). [This blog post](http://blog.archive.org/2011/03/31/how-archive-org-items-are-structured/) might be...

The checksum option only works when there are no queued or running tasks. I'm guessing you had queued or running tasks when you used it? If so, it looks like...

I don't like the idea of waiting for existing tasks to finish because that could be hours to even days, depending on the task. I think erroring out might make...

Thanks for all of the feedback and PRs, @ahundt! I've slowly been working on v2 of the library, and have a lot of local changes to push to the v2...

@AGSPhoenix PRs are always welcome.

Here's an example of how you could download files from an item concurrently as well: ```ia list nasa | parallel 'ia download nasa {}'``` I'll leave this open in case...

Hmm... Is this a consistent issue for you, or is it transient? Are you experiencing it with other files you try to upload?