Marios Andreou created DTACLOUD-320:
---------------------------------------

             Summary: Large file support for blobs (bucket collection)
                 Key: DTACLOUD-320
                 URL: https://issues.apache.org/jira/browse/DTACLOUD-320
             Project: DeltaCloud
          Issue Type: New Feature
         Environment: Buckets Collection - EC2 (s3) and Openstack (swift) 
drivers
            Reporter: Marios Andreou
            Assignee: Marios Andreou


(copied from [email protected] mailing list - email "Large file (> 5GB) 
support with openstack swift back end" 09/09/2012):

On 09/09/12 10:21, Todd Loeber wrote:> I have been looking at deltacloud with 
swift as the back end provider
> and it looks like the deltacloud/swift combination doesn't support
> uploading files larger than 5GB.  According to the following
> documentation:
> 
> http://docs.openstack.org/developer/swift/overview_large_objects.html
> 
> swift has a maximum blob size of 5GB and larger files must be split
> into chunks before uploading.  After uploading the chunks, a manifest
> file with an X-Object-Manifest attribute must be uploaded to tie the
> chunks together.
> 
> I wasn't able to pass the X-Object-Manifest attribute through
> deltacloudd to the swift back end.  Is there a way to do this?  I
> tried the following:
> 
> curl -H "X-Object-Manifest: TestBucket/BigFile" -X PUT --user
> "account%3Auser:password" --data-binary ""
> http://localhost:3001/api/buckets/TestBucket/BigFile
> 
> Thanks in advance!
> 
> Todd
> 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to