将Google Cloud Storage Bucket挂载到实例

时间:2015-09-30 00:50:23

标签: google-cloud-storage google-compute-engine gcsfuse

如何在Google Compute实例上将Google云端存储分区作为标准路径(如~/myBucket)安装为磁盘或文件夹?

所有内容都在同一项目中,具有完全访问权限。

2 个答案:

答案 0 :(得分:12)

使用新的测试版gcsfuse,现在可以实现。

gcsfuse myBucket ~/path/to/mount

https://cloud.google.com/storage/docs/gcs-fuse

答案 1 :(得分:1)

在虚拟实例上安装gcsfuse。

然后

const PollResultsContainer = (props) => {
    const option = props.option
    let totalVotes = 0;

    if (option.length > 0) {
        option.forEach(opt => {
            totalVotes += opt.optionVotes
        })
    }
    console.log(totalVotes)

https://medium.com/google-cloud/scheduled-mirror-sync-sftp-to-gcs-b167d0eb487a