如何在Google Compute实例上将Google云端存储分区作为标准路径(如~/myBucket
)安装为磁盘或文件夹?
所有内容都在同一项目中,具有完全访问权限。
答案 0 :(得分:12)
使用新的测试版gcsfuse
,现在可以实现。
gcsfuse myBucket ~/path/to/mount
答案 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