v0.0.3: Merge pull request #75 from mitre/batch-acc-requests
Changelog
Fusera now provides an error.log file inside the folders for accessions that encounter errors. This way, a user can read the error.log file to find out more about why that accession failed. It can also be handy for scripting, as its shear existence indicates that something went wrong inside that folder, so a script might want to skip it or take note of that.
Fusera now batches requests to conform to the Name Resolver API's limits on how many accessions can be requested per request.
Finally, a small bug was fixed where the expiration date for files weren't getting updated with the signed urls so after a signed url would expire, fusera would always request a new signed url on every read. This behavior was undesired so it was fixed.