Upplication / Amazon-S3-FileSystem-NIO2

An S3 File System Provider for Java 7
MIT License
122 stars 67 forks source link

Fix "File name too long" errors #125

Closed aednichols closed 5 years ago

aednichols commented 5 years ago

The Cromwell bug report https://github.com/broadinstitute/cromwell/issues/4279 relates to the way this library constructs names for its temporary files, specifically they can end up being very long.

A code change to resolve the issue came out of the Cromwell AWS Hackathon on 4/18 and was implemented in Cromwell as https://github.com/broadinstitute/cromwell/pull/4858

This PR ports that fix into code's original repo, with a small adaptation for Java 7 compatibility.

aednichols commented 5 years ago

Oops, wrong repo