If you need to transfer many or large files consider using gsutil: GSUtil上传和下载任何大小的文件. GSUtil 恢复上传和恢复下载失败的部分. GSUtil计算 MD5校验和来验证每个内容文件已正确传输. GSUtil可以同时上传和下载许多文件. gsutil -m cp /path/to/*thousands-of-files* gs://my-bucket/* GSUtil uploads and downloads any size file.GSUtil resumes uploads and resumes downloads that fail part way through.GSUtil calculates the MD5 checksum to verify the contents of each file transferred correctly.GSUtil can upload and download many files at the same time.gsutil -m cp /path/to/*thousands-of-files* gs://my-bucket/* 这篇关于我无法将大文件(大于2GB)上传到Google Cloud Storage网络用户界面的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!
09-20 23:17