1

我正在尝试将文件从计算引擎实例(debian)上传到云存储。在某些时候 gsutil 完全停止工作。使用 -D 标志运行它时,我看到了这些回复:

回复:'HTTP/1.1 400 错误请求\r\n'标头:内容类型:应用程序/json;charset=UTF-8header: Content-Encoding: gzipheader: Date: Tue, 27 May 2014 21:09:47 GMTheader: Expires: Tue, 27 May 2014 21:09:47 GMTheader: Cache-Control: private, max-age= 0header:X-Content-Type-Options:nosniffheader:X-Frame-Options:SAMEORIGINheader:X-XSS-Protection:1;mode=blockheader: 服务器: GSEheader: Alternate-Protocol: 443:quicheader: Transfer-Encoding: chunkedprocess count: 1thread count: 10

4

1 回答 1

3

尝试在 boto 文件的 [GSUtil] 部分下设置 parallel_composite_upload_threshold = 0。

于 2014-05-27T22:14:43.300 回答