poldrack / myconnectome

Code for the myconnectome project
MIT License
31 stars 8 forks source link

downloading without stored AWS key #3

Open poldrack opened 9 years ago

poldrack commented 9 years ago

we were previously storing an AWS key openly in our code for the download user, but this violates amazon policy. we need to find a way to allow users to download the data without requiring them to first generate an AWS access key. it's not clear if boto can do this.

poldrack commented 9 years ago

Jed from AWS is looking into this and will apprise us on possible solutions

poldrack commented 9 years ago

I am giving up on using AWS for this since it seems a bit janky for unauthenticated users. I'm going to put all of the data onto a stanford server but will need to rework the code to use a different download method