使用来自不同云的 s3 支持连接到 aws 存储网关 vps(比如 digitalocean)

Connect to aws storage gateway with s3 backing from a different cloud vps (say digitalocean)

我的目标是在 digitalocean droplet 上提供一个 s3 支持的存储网关作为磁盘。通过观看有关存储网关的视频(例如 https://www.youtube.com/watch?v=QaCfOatTIDA&t=136s),这似乎是可能的

但是当我开始配置 aws 存储网关时,我对可用的选项感到很困惑。我不明白我应该选择哪个选项

是否有关于如何使 aws 云存储可用于不同云提供商的 VPS 的指南?

如果重要的话,我的 digitalocean droplet 是 Ubuntu 20.04

通常你会使用fuse to "mount" S3 in your linux OS. Most notably, this can be easily done using s3fs:

s3fs allows Linux and macOS to mount an S3 bucket via FUSE. s3fs preserves the native object format for files, allowing use of other tools like AWS CLI.