2017-11-01 10 views
1

Google検索結果が見つかりませんでした。私は〜8 GBのファイルをアップロードしようとしており、この問題に遭遇しました。すべての小さなファイルは最大20MBまでアップロードできました。 Google Cloud Platform(ストレージ)でputBlob呼び出しを行うために設定する必要があるJCloudsパラメータはありますか?提供されたソースコンポーネントの数が最大(32)を超えました

Amazon S3の同様のテストはうまくいきました。

org.jclouds.http.HttpResponseException: command: POST https://www.googleapis.com/storage/v1/b/... 

HTTP/1.1 failed with response: HTTP/1.1 400 Bad Request; content: [{ 
"error": { 
    "errors": [ 
    { 
    "domain": "global", 
    "reason": "invalid", 
    "message": "The number of source components provided (78) exceeds the maximum (32)" 
    } 
    ], 
    "code": 400, 
    "message": "The number of source components provided (78) exceeds the maximum (32)" 
} 
} 
] 
+0

使用しているjcloudsのバージョンは? 2.0.0以降では、GCSパーツの数を32個に制限する必要があります。 –

+0

私の最後でjClouds 2.0.2を使用する。 – Udy

答えて

1

jcloudsには設定で対処できないバグがあります。私はJCLOUDS-1368JCLOUDS-1369を提出し、これに関連する症状を追跡しました。 jclouds 2.1.0はこれらの問題に対処します。

関連する問題