Lari Hotari created JCLOUDS-1606: ------------------------------------ Summary: Cannot upload more than 32 parts to GCS Key: JCLOUDS-1606 URL: https://issues.apache.org/jira/browse/JCLOUDS-1606 Project: jclouds Issue Type: Bug Components: jclouds-blobstore Affects Versions: 2.5.0 Reporter: Lari Hotari
There's currently a limitation in JClouds that it cannot upload more than 32 parts to GCS. The limitation of 32 parts is per API call to the compose endpoint. When there are more than 32 parts, the endpoint should be called multiple times. The total limit is 10000 parts in GCS. [https://cloud.google.com/storage/docs/composite-objects] {quote}When you perform a composition: {quote} * {quote}The source objects are unaffected.{quote} * {quote}You can use between *1 and 32* source objects.{quote} * {quote}{*}Source objects can themselves be composite objects{*}.{quote} -- This message was sent by Atlassian Jira (v8.20.1#820001)