Yup.
On Thu, Oct 26, 2017 at 1:25 PM Ty Ler <[email protected]> wrote: > For creating a low level config do i just `camtool dumpconfig` and then > paste that file in place of current server config and manipulate? > > > On Thursday, October 26, 2017 at 6:44:10 AM UTC-7, mpl wrote: > >> Yes, it looks like the bits needed to generate a low-level config from >> a high-level one are missing for b2. I'll take care of it. >> https://github.com/camlistore/camlistore/issues/971 >> >> In the meantime, it should be pretty easy to write a low-level handler >> for b2. it should look something like: >> >> "/b2/": { >> "handler": "storage-b2", >> "handlerArgs": { >> "bucket": "b2bucketsyntax", >> "auth": { >> "account_id": "blabla", >> "application_key": "blabla" >> }, >> } >> }, >> >> >> On 26 October 2017 at 10:59, Ty Ler <[email protected]> wrote: >> > I saw some discussion about b2 support. Is this something I would have >> to >> > create a low level config for? I don't have any experience manipulating >> > that. >> > >> > -- >> > You received this message because you are subscribed to the Google >> Groups >> > "Camlistore" group. >> > To unsubscribe from this group and stop receiving emails from it, send >> an >> > > email to [email protected]. >> > > For more options, visit https://groups.google.com/d/optout. >> > -- > You received this message because you are subscribed to the Google Groups > "Camlistore" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Camlistore" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
