Uploaded image for project: 'jclouds'
  1. jclouds
  2. JCLOUDS-1606

Cannot upload more than 32 parts to GCS

    XMLWordPrintableJSON

Details

    Description

      There's currently a limitation in JClouds that it cannot upload more than 32 parts to GCS.

      org.jclouds.http.HttpResponseException: command: POST https://www.googleapis.com/storage/v1/b/somebucket/o/ff553922-1fa3-4ceb-abcd-60106603b5c8-object-123456/compose HTTP/1.1 failed with response: HTTP/1.1 400 Bad Request; content: [{
        "error": {
          "code": 400,
          "message": "The number of source components provided (35) exceeds the maximum (32)",
          "errors": [
            {
              "message": "The number of source components provided (35) exceeds the maximum (32)",
              "domain": "global",
              "reason": "invalid"
            }
          ]
        }
      } 

      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

       

      When you perform a composition:

      • The source objects are unaffected.
      • You can use between 1 and 32 source objects.
      • Source objects can themselves be composite objects.

       

      Attachments

        Issue Links

          Activity

            People

              gaul Andrew Gaul
              lhotari Lari Hotari
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: