* rads gateway Parallel Uploads
@ 2015-07-13 6:07 王 健
2015-07-13 6:16 ` Wido den Hollander
0 siblings, 1 reply; 5+ messages in thread
From: 王 健 @ 2015-07-13 6:07 UTC (permalink / raw)
To: ceph-devel
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?
Thanks
Jian
--
To unsubscribe from this list: send the line "unsubscribe ceph-devel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: rads gateway Parallel Uploads
2015-07-13 6:07 rads gateway Parallel Uploads 王 健
@ 2015-07-13 6:16 ` Wido den Hollander
2015-07-13 6:32 ` 王 健
0 siblings, 1 reply; 5+ messages in thread
From: Wido den Hollander @ 2015-07-13 6:16 UTC (permalink / raw)
To: 王 健, ceph-devel
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 majordomo@vger.kernel.org
> 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 majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: rads gateway Parallel Uploads
2015-07-13 6:16 ` Wido den Hollander
@ 2015-07-13 6:32 ` 王 健
2015-07-13 6:36 ` Wido den Hollander
0 siblings, 1 reply; 5+ messages in thread
From: 王 健 @ 2015-07-13 6:32 UTC (permalink / raw)
To: Wido den Hollander; +Cc: ceph-devel
Does rados gateway support object composition? Like Google could storage, user can upload divide a large object into several objects and upload parallel, then combine them as a single object.
Thanks
Jian
> On Jul 13, 2015, at 2:16 AM, Wido den Hollander <wido@42on.com> wrote:
>
>
>
> 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 majordomo@vger.kernel.org
>> 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 majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: rads gateway Parallel Uploads
2015-07-13 6:32 ` 王 健
@ 2015-07-13 6:36 ` Wido den Hollander
2015-07-13 6:37 ` 王 健
0 siblings, 1 reply; 5+ messages in thread
From: Wido den Hollander @ 2015-07-13 6:36 UTC (permalink / raw)
To: 王 健; +Cc: ceph-devel
On 13-07-15 08:32, 王 健 wrote:
> Does rados gateway support object composition? Like Google could storage, user can upload divide a large object into several objects and upload parallel, then combine them as a single object.
> Thanks
> Jian
Yes, that is how multipart uploads work. The RADOS Gatewas supports it.
Wido
>> On Jul 13, 2015, at 2:16 AM, Wido den Hollander <wido@42on.com> wrote:
>>
>>
>>
>> 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 majordomo@vger.kernel.org
>>> 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 majordomo@vger.kernel.org
> 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 majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: rads gateway Parallel Uploads
2015-07-13 6:36 ` Wido den Hollander
@ 2015-07-13 6:37 ` 王 健
0 siblings, 0 replies; 5+ messages in thread
From: 王 健 @ 2015-07-13 6:37 UTC (permalink / raw)
To: Wido den Hollander; +Cc: ceph-devel
Got it.
Thanks
Jian
> On Jul 13, 2015, at 2:36 AM, Wido den Hollander <wido@42on.com> wrote:
>
>
>
> On 13-07-15 08:32, 王 健 wrote:
>> Does rados gateway support object composition? Like Google could storage, user can upload divide a large object into several objects and upload parallel, then combine them as a single object.
>> Thanks
>> Jian
>
> Yes, that is how multipart uploads work. The RADOS Gatewas supports it.
>
> Wido
>
>>> On Jul 13, 2015, at 2:16 AM, Wido den Hollander <wido@42on.com> wrote:
>>>
>>>
>>>
>>> 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 majordomo@vger.kernel.org
>>>> 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 majordomo@vger.kernel.org
>> 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 majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2015-07-13 6:37 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-13 6:07 rads gateway Parallel Uploads 王 健
2015-07-13 6:16 ` Wido den Hollander
2015-07-13 6:32 ` 王 健
2015-07-13 6:36 ` Wido den Hollander
2015-07-13 6:37 ` 王 健
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.