Andrew Gaul created JCLOUDS-866: ----------------------------------- Summary: Investigate GCS multipart upload limits Key: JCLOUDS-866 URL: https://issues.apache.org/jira/browse/JCLOUDS-866 Project: jclouds Issue Type: Task Components: jclouds-blobstore Affects Versions: 1.8.1 Reporter: Andrew Gaul Priority: Minor
GCS multipart upload composes several single-part uploads into a composite object. Google limits this to 32 object per compose call: https://cloud.google.com/storage/docs/composite-objects However {{MultipartUpload.MAX_NUMBER_OF_PARTS}} specifies 10,000 objects. We should investigate the correct upper limit. [~broudy] [~dalbani] Would you like to look into this? -- This message was sent by Atlassian JIRA (v6.3.4#6332)