mdibl / biocore_analysis

A root directory for Biocore pipeline analysis
GNU General Public License v3.0
0 stars 0 forks source link

Create File System Mounts To Amazon S3 Buckets on Jenkins Server #3

Open LucyHut opened 5 years ago

LucyHut commented 5 years ago

Install FUSE-based file system backed by Amazon S3 on Jenkins server then create mounts as needed

LucyHut commented 5 years ago

1) Install the S3fs --- https://github.com/s3fs-fuse/s3fs-fuse Useful link: https://manpages.debian.org/stretch/s3fs/s3fs.1.en.html

2) Create /etc/passwd-s3fs and store in the credentials of the cloud user "jenkins" access_key:secret_key

2) Create mounts to: a) S3://..../https://s3.console.aws.amazon.com/s3/buckets/biocore-data b) S3://..../https://s3.console.aws.amazon.com/s3/buckets/biocore-software

LucyHut commented 5 years ago

Done