scott
scott

Reputation: 1478

Dynamical and programmatical mounting a s3 bucket to a windows ec2 instance

Any suggestion on how one would go about dynamical and programmatical mounting a s3 bucket to a windows ec2 instance ? My idea was to code a little server that sits on the windows machine and exposes a rest API endpoint that I can call to do this via FUSE / s3fs.

Does anyone know about any other solutions for that that might exist already ? I looked threw the AWS API SDK's but nothing seems to fit.

Edit: rclone.org/rc could be of use :)

Thanks.

Upvotes: 0

Views: 54

Answers (1)

scott
scott

Reputation: 1478

Answer is rClone, Windows has a FUSE emulation layer libfuse/WinFsp.

Upvotes: 0

Related Questions