brain-score / brainio

Data management for quantitative comparison of brains and brain-inspired systems
MIT License
5 stars 12 forks source link

Removing AWS Get operation #48

Closed deirdre-k closed 3 months ago

deirdre-k commented 3 months ago

This PR temporarily removes the AWS "get" operation in upload_to_s3( ) which is currently forbidden for most users. The code will instead return return a version_id of None, to be replaced by the user or a brain-score admin.

This is intended as a temporary fix only and will be replaced by a long term solution.