我可以使用 Google Cloud Storage for Apache DocumentRoot 吗?
Can I use Google Cloud Storage for Apache DocumentRoot?
我正在阅读 the docs 并看到以下内容:
Standard Storage is appropriate for storing data that requires low latency access or data that is frequently accessed ("hot" objects), such as serving website content, interactive workloads, or data supporting mobile and gaming applications.
话虽如此,我想知道如何安装 gs://bucket?我宁愿走这条路也不愿创建 NFS/GlusterFS.
您可以使用 gcsfuse 将 Google Cloud Storage 存储桶装载为 Apache 可以读取的文件系统:
gcsfuse is a user-space file system for interacting with Google Cloud Storage.
截至 2015 年 8 月 20 日,project's README 还表示:
Current status
Please treat gcsfuse as beta-quality software. Use it for whatever you like, but be aware that bugs may lurk, and that we reserve the right to make small backwards-incompatible changes.
The careful user should be sure to read semantics.md for information on how gcsfuse maps file system operations to GCS operations, and especially on surprising behaviors. The list of open issues may also be of interest.
我正在阅读 the docs 并看到以下内容:
Standard Storage is appropriate for storing data that requires low latency access or data that is frequently accessed ("hot" objects), such as serving website content, interactive workloads, or data supporting mobile and gaming applications.
话虽如此,我想知道如何安装 gs://bucket?我宁愿走这条路也不愿创建 NFS/GlusterFS.
您可以使用 gcsfuse 将 Google Cloud Storage 存储桶装载为 Apache 可以读取的文件系统:
gcsfuse is a user-space file system for interacting with Google Cloud Storage.
截至 2015 年 8 月 20 日,project's README 还表示:
Current status
Please treat gcsfuse as beta-quality software. Use it for whatever you like, but be aware that bugs may lurk, and that we reserve the right to make small backwards-incompatible changes.
The careful user should be sure to read semantics.md for information on how gcsfuse maps file system operations to GCS operations, and especially on surprising behaviors. The list of open issues may also be of interest.