]> source.dussan.org Git - nextcloud-server.git/commit
add SWIFT (openstack object storage) storage backend
authorRobin Appelman <icewind@owncloud.com>
Wed, 18 Apr 2012 18:54:07 +0000 (20:54 +0200)
committerRobin Appelman <icewind@owncloud.com>
Wed, 18 Apr 2012 18:54:28 +0000 (20:54 +0200)
commit9a707e10bf70619bf1a553b2bc56c989f9725ab2
tree0ee68f51262e344aa3ce08b8e76fd4f7080b077a
parentaceda02887eb4a52188f0308c6404cc9f201ce79
add SWIFT (openstack object storage) storage backend
12 files changed:
3rdparty/php-cloudfiles/.gitignore [new file with mode: 0644]
3rdparty/php-cloudfiles/AUTHORS [new file with mode: 0644]
3rdparty/php-cloudfiles/COPYING [new file with mode: 0644]
3rdparty/php-cloudfiles/Changelog [new file with mode: 0644]
3rdparty/php-cloudfiles/README [new file with mode: 0644]
3rdparty/php-cloudfiles/cloudfiles.php [new file with mode: 0644]
3rdparty/php-cloudfiles/cloudfiles_exceptions.php [new file with mode: 0644]
3rdparty/php-cloudfiles/cloudfiles_http.php [new file with mode: 0644]
apps/files_external/appinfo/app.php
apps/files_external/lib/swift.php [new file with mode: 0644]
apps/files_external/tests/config.php
apps/files_external/tests/swift.php [new file with mode: 0644]