(b) Support copy from BlobStore A to B, hopefully without going through the client bandwidth (A to client to B is less nice than client request: A to B).
There are 3 different 'copy' operations that I can imagine: - copying to another folder / under a new name in the same folder - copying to other containers on the same provider - copying between providers (e.g. from aws-s3 to walrus) The first 2 seem doable (I haven't viewed s3 documentation up close, but it seems reasonable), but don't know if there are blobstores with API's for copying between providers. Other than that, sounds like a fun project. Bonus points if you manage to build a 'fake' blobstore (which supports a subset of operations) which just does parallel scp instead of uploading files. (This is useful in BYON contexts, where people don't have a blobstore available). Regards, Karel On Mon, Mar 26, 2012 at 11:27 PM, Doron Tsur <[email protected]> wrote: > It seems as if the mailing list didn't forward my file. Here is a link to > the Google doc< > https://docs.google.com/open?id=0B248KArTz_thT01zbFdSZDhTOUtVOUM3aU85VXJodw > >. > > > [non HTML mail clients: > https://docs.google.com/open?id=0B248KArTz_thT01zbFdSZDhTOUtVOUM3aU85VXJodw > ] > > On Mon, Mar 26, 2012 at 9:33 PM, Doron Tsur <[email protected]> wrote: > > > HI Guys, > > > > I've written down a proposal draft. I'm sending this as a PDF to make > sure > > that most of you can view it not to discourage comments. Please feel free > > to add any insights, I would like to improve my proposal if needed. > > There is also the issue of finding a Mentor, if any of you guys would > like > > to guide me in this project it would be great talking to you. > > > > Good Day, > > qballer > > > > >
