<div dir="ltr"><div>Hi Frank, </div><div><br></div><div>I had a try with it on my box here. Most of OwnCloud's features are done by OwnCloud host. Not too much functions rely on Swift's feature. It simply uses CRUD methods. </div>
<div><br></div><div>[Suggestions]<br></div><div><ul><li>Multiple containers/accounts for Swift as primary storage. The performance will degrade while over 1million within a container. <br></li><li>Since all metadata is stored in the DB on OwnCloud host. And OwnCloud remaps the filename as object_id in Swift. That would be good to store some mapping metadata in Swift for safety. If the DB crashed, no chance to get the proper data from Swift. User has no knowledge about object name "urn:oid:153". <br>
</li><li>For large object(100MB+), OwnCloud chunks it into pieces and upload each segment to Swift as single object. Swift provide two methods for handling large object DLO/SLO. It might be good to leverage it for reduce some loading on OwnCloud. And more consistency of how large object been stored in Swift. <br>
</li><li>Data traffic passthrough the OwnCloud server will cause the bottleneck/loading on OwnCloud host. To upload data to Swift API from client app directly may bring you some benefits.   </li><li>OwnCloud can have the shared link from Swift directly via TempURL feature. </li>
<li>The Object expired feature of Swift is a plus for OwnCloud to use. </li><li>Pre-create folders for user in objectstore as primary storage mode. </li><li>When downloading file, seems OwnCloud will cache it somewhere. Once the entire object were loaded into OwnCloud then sending to user. To streaming it is an ideally way to do so from my perspective.</li>
</ul></div><div><br></div><div>Renaming is easy on OwnCloud by overwriting the value in DB. </div><div>Thumbnail is good idea. </div><div>To edit txt file on Web is awesome. </div><div>  <br></div><div>I got a problem to upload a 470MB object from OSX client app. It just showed me timeout but no any further clues here. </div>
<div><br></div><div>Cheers // Hugo</div><div><br></div><div><br></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">2014-07-04 10:31 GMT+08:00 John Dickinson <span dir="ltr"><<a href="mailto:me@not.mn" target="_blank">me@not.mn</a>></span>:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">That's fantastic news! Hearing more companies and applications supporting Swift is great for the community, and it gives us as contributors yet another use case to reference.<br>

<br>
I work with Hugo, so I'll peek over his shoulder to check it out. Meanwhile, if there's anything I can do to help answer questions or get involved in the community (from contributing to getting issues addressed), please let me know.<br>

<span class="HOEnZb"><font color="#888888"><br>
--John<br>
</font></span><div class="HOEnZb"><div class="h5"><br>
<br>
> On Jul 3, 2014, at 6:01 PM, Frank Karlitschek <<a href="mailto:frank@owncloud.com">frank@owncloud.com</a>> wrote:<br>
><br>
> Hi everyone,<br>
><br>
><br>
> Tom Fifield recommended that I send a message to this list.<br>
><br>
> As some of you might know we at ownCloud just added Swift support as primary storage to ownCloud. This will be released as part of our upcoming release 7 in about 3 weeks.<br>
><br>
> The code can be seen here.<br>
> <a href="https://github.com/owncloud/core/pull/8383" target="_blank">https://github.com/owncloud/core/pull/8383</a><br>
><br>
><br>
> ownCloud is a fully open source solution that can be used a self hosted Dropbox or Google Drive alternative. The new Swift backend is an important step for us to mask ownCloud more scalable, easier to deploy in bigger setups and integrate it better into OpenStack.<br>

><br>
> Tom suggested to ask here for testers who are willing to try ownCloud 7 together with Swift.<br>
> We just announced the RC1 a few minutes ago:<br>
> <a href="http://mailman.owncloud.org/pipermail/announcements/2014-July/000049.html" target="_blank">http://mailman.owncloud.org/pipermail/announcements/2014-July/000049.html</a><br>
><br>
><br>
> So it would be great if you guys could give it a test and give some feedback.<br>
><br>
><br>
> Thanks a lot<br>
><br>
><br>
> Cheers<br>
> Frank<br>
> _______________________________________________<br>
> Mailing list: <a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack" target="_blank">http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack</a><br>
> Post to     : <a href="mailto:openstack@lists.openstack.org">openstack@lists.openstack.org</a><br>
> Unsubscribe : <a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack" target="_blank">http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack</a><br>
<br>
_______________________________________________<br>
Mailing list: <a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack" target="_blank">http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack</a><br>
Post to     : <a href="mailto:openstack@lists.openstack.org">openstack@lists.openstack.org</a><br>
Unsubscribe : <a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack" target="_blank">http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack</a><br>
</div></div></blockquote></div><br></div>