You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@jclouds.apache.org by "Andrew Gaul (JIRA)" <ji...@apache.org> on 2015/03/27 19:14:54 UTC

[jira] [Created] (JCLOUDS-866) Investigate GCS multipart upload limits

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)