简体   繁体   English

以动态和编程方式将 s3 存储桶安装到 Windows ec2 实例

[英]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 ?关于如何以动态和编程方式将 s3 存储桶安装到 Windows ec2 实例的任何建议? 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.我的想法是编写一个位于 Windows 机器上的小服务器,并公开一个我可以通过 FUSE / s3fs 调用来执行此操作的 REST API 端点。

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.我看起来扔了 AWS API SDK,但似乎没有什么合适的。

Edit: rclone.org/rc could be of use :)编辑:rclone.org/rc 可能有用:)

Thanks.谢谢。

答案是 rClone,Windows 有一个 FUSE 仿真层 libfuse/WinFsp。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM