在 google 云 shell 中,是否可以将存储桶传输到远程服务器?

In google cloud shell, is it possible to transfer storage buckets to a remote server?

我想使用 google 云 shell 将存储桶(从 gs:// 开始)传输到远程服务器。我试过了:

scp gsutil gs://文件夹用户名@远程服务器地址:~/文件夹

但是没用。

我最终使用 sshfs 将远程服务器目录挂载到 google 云 shell,然后像往常一样在挂载点中 gsutil cp

$ sudo sshfs -o allow_other,default_permissions user@IP_ADDRESS:/mount/share mountpoint