brain-score / brainio

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

Upload tagging #47

Closed samwinebrake closed 5 months ago

samwinebrake commented 5 months ago

This PR adds functionality to find the username of the user uploading a file, and then tags the upload with the user's username.

This is then used within our bucket policy to allow for users to retrieve data if their username matches the upload tag. A tag can only be created on initial upload, and users will not be able to modify the tag, allowing for maximum security.

samwinebrake commented 5 months ago

Testing added!