Hi Nikolaus,

>> Diogo Vieira <[email protected]> writes:
>>> About extending S3QL, when I have my backend ready how am I supposed
>>> to let S3QL know about it (even on URL parsing, etc.)?
>>> 
>>> I looked through some files and I believe I have to add it to
>>> s3ql/backends/__init__.py right? But do I need to do anything more?
>> 
>> No, this is all that's necessary. If you supply a storage URL starting
>> with foobar://, S3QL will attempt to load the s3ql.backends.foobar
>> module, instantiate it and hand it the rest of the storage URL.
> 
> Ok, thank you!
> 
> Thank you very much,
> Diogo Vieira

Sorry to bother once again about this but I installed the 2.8.1 version 
in my machine (so far I was working with 2.7 version on a folder on my home 
directory)
but even after I edited the __init__.py and added my custom backend to the 
library's backends
folderI still get "No such backend" when trying to mount a filesystem.

Already tried to remove the __pycache__ folders but it seems to have made no 
effect. Am I missing
something here?

Thank you,
Diogo Vieira

-- 
You received this message because you are subscribed to the Google Groups 
"s3ql" 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.

Reply via email to