-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Don't use local s3 data for tests, use open-neurodata with use_https=True
#261
Comments
let's address this first |
The use of |
So @JacopoTeneggi , is there any way for you to access our data on s3 without an access key? |
Not currently @tathey1 I saved the data for tests in data/ . I can access things directly with boto, but not through cloudvolume |
Also, I believe |
@bvarjavand , @tathey1 and I were discussing this idea: saving some service account credentials on CircleCI as environmental variables and add a step to the pipeline that will save the credentials in ./cloudvolume so that we can initialize an authenticated neuroglancer_session without worrying about |
@alishakodibagkar can you look into if this is possible^ |
@JacopoTeneggi @tathey1 @alishakodibagkar I had things setup using the username stored in the travis.yml file, like here. The password was encrypted and only available as a travis CI environment variable, and you need both public and private keys to access the aws data. I believe the same kind of thing can be done in CircleCI according to this link. I created the .secrets file using a script here and it ran every time in the .yml file (here). Let me know if you have any questions. |
Stale issue message |
There is around 500mb of s3-formatted data in our data folder which isn't strictly necessary for testing.
Specifically, the change requested is that tests for the neuron trace class use the following urls instead of searching filepaths.
The code modified would just be these lines.
Then, we can uncomment these 2 lines in .gitignore to significantly reduce the size of the repo.
The text was updated successfully, but these errors were encountered: