UCL-MIRSG / xnat-aws

Deploy XNAT on AWS
MIT License
2 stars 0 forks source link

Add an S3 bucket to store the IBASH data and mount it on the web server #86

Closed milanmlft closed 1 year ago

milanmlft commented 1 year ago

This would avoid having to download the data locally. Another attempt at #54.

milanmlft commented 1 year ago

I didn't manage to "mount" the S3 bucket directly on the web-server EC2 instance (after looking around, it seems that this isn't really something you do), but since the S3 bucket is public anyway, we can just download the data directly to the web-server host and then upload it to XNATf rom there: #90.