On Mon, Sep 19, 2016 at 4:20 PM, 王海生-软件研发部 <[email protected]> wrote: > yes we are building top of radosgw .using a nginx to wrap a speficial api > over the underlying interfaces
I got your idea. You can implement s3 multi part upload in the specifial api, so it will be transparent to your users > > > ------------------ Original ------------------ > From: "Haomai Wang"<[email protected]>; > Date: Mon, Sep 19, 2016 04:18 PM > To: "王海生-软件研发部"<[email protected]>; > Cc: "ceph-users"<[email protected]>; > Subject: Re: [ceph-users] ceph object merge file pieces > > On Mon, Sep 19, 2016 at 4:10 PM, 王海生-软件研发部 > <[email protected]> wrote: >> Dear all >> we have setup a ceph cluster using object storage, there is a case in our >> product, where client can upload large file ,right now we are thinking >> split >> large file into serveral pieces and send it to ceph,can i send each piece >> to >> ceph ,get the object id and at last merge these pieces into one obejct ? >> of course we can save these pieces into temp files during our nginx server >> reveive them, and then merge these pieces into one and post into ceph >> obejct >> storage and get one obejct id >> thx very much > > are you uses radosgw? you could use multi-parted upload way to achieve your > goal > >> >> >> _______________________________________________ >> ceph-users mailing list >> [email protected] >> http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com >> _______________________________________________ ceph-users mailing list [email protected] http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com
