Thanks for the helps.
Let's say you're using python-swiftclient to post an object
Instead of
put_object(/container/, /"myobject"/, /contents/)
Make the key/directory "mydir" come before "myobject"
put_object(/container/, /"mydir/myobject"/, /contents/)
Ok, so this isn't a subcontainer. It's really just organization of your
object blobs in directory like structure (there are no actual
directories in swift, even if the UI you might be using presents it that
way).
_______________________________________________
Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
Post to : [email protected]
Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack