mitre / fusera

A FUSE interface to the NCBI Sequence Read Archive (SRA)
Apache License 2.0
29 stars 12 forks source link

Add AWS instance token functionality #156

Closed mattrbianchi closed 5 years ago

mattrbianchi commented 5 years ago

There is now a way to pass an instance token while on the AWS platform. It looks like it will require more massaging than the Google instance token, specifically needing to add text to the content and then base64 encoding it.

mattrbianchi commented 5 years ago

Completed via PR #160