On 13-07-15 08:07, 王 健 wrote: > Hello Cepher, > I am working on prorting Google Cloud Storage API to rados gateway and I > notice that Google Cloud Storage support parallel uploads as below: > "Object composition enables a simple mechanism for uploading an object in > parallel: simply divide your data into as many chunks as required to fully > utilize your available bandwidth, upload each chunk to a distinct object, > compose your final object, and delete any temporary objects. “ > So I am wondering whether radios gateway support the similar feature to let > user parallel upload large objects?
Yes, you can do a multipart upload with the RADOS gateway, no problem. Wido > Thanks > Jian > > -- > To unsubscribe from this list: send the line "unsubscribe ceph-devel" in > the body of a message to [email protected] > More majordomo info at http://vger.kernel.org/majordomo-info.html > -- To unsubscribe from this list: send the line "unsubscribe ceph-devel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
