[sheepdog] implement "prefix" in swift api
Jason Kiebzak
jkiebzak at gmail.com
Tue Dec 22 15:17:01 CET 2015
Wondering if you had any thoughts on this? Do you think it'd be possible?
My use would be for listing files that belong to a "sub folder" like
structure. For instance, if i PUT files like this:
http://156.145.15.155/v1/jason/cd/linxu/debian.iso
http://156.145.15.155/v1/jason/cd/linux/ubuntu.iso
then later I want to list everything that is "under" linux:
GET http://156.145.15.155/v1/jason/cd/linux/
Currently. I cannot seem to get it to work. With SWIFT, I'd use the
"prefix" command.
This would become necessary once I have millions of files in the file
store. For every look up, it'd become very compute intensive to filter
through millions of files looking for a match.
Let me know
Jason
On Sat, Dec 19, 2015 at 1:36 PM, Jason Kiebzak <jkiebzak at gmail.com> wrote:
> Could you possibly implement the "prefix" api in the SWIFT api?
>
> example:
> http://docs.openstack.org/cli-reference/content/swiftclient_commands.html
>
> this will help when looking for items with sudo sub folders.
>
> Or else, is there something similar already built in?
>
> Thank you
> Jason
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.wpkg.org/pipermail/sheepdog/attachments/20151222/fc68d53a/attachment.html>
More information about the sheepdog
mailing list