openstack 多节点安装完整版,详细的配置
2021-11-08 14:18:08 2.66MB openstack swift nova
1
OpenStack开源云王者归来
2021-09-27 00:46:55 3.81MB OPENSTACK SWIFT
1
快速压缩加密中间件 OpenStack Swift中间件的代码。 上传对象后,我们将在后台压缩然后加密该对象。 这样可以节省后端空间,并保护数据。 这种压缩和加密对最终用户是透明的。 安装: 首先安装中间件: pip install -r requirements.txt python setup.py install 压缩中间件和加密中间件可以单独使用,也可以组合使用。 配置: 例如,将压缩和/或加密放在应用程序代理服务器之前 pipeline = catch_errors gatekeeper healthcheck proxy-logging cache bulk tempurl ratelimit crossdomain container_sync tempauth staticweb container-quotas account-quotas slo dlo v
2021-09-18 15:59:28 9KB Python
1
oioswift OpenIO SDS Swift 网关。 特征 包括: 对对象、容器和帐户的操作 认证支持 元数据支持 Swift 中间件支持 安装 如果您想使用当前的开发版本,您可以: 您可以直接从 GitHub 上的主干安装: pip install git+git://github.com/open-io/oio-swift.git 通过运行从源下载并安装: python setup.py install 请注意,至少需要 swift 2.7.0。 更新 从GitHub: pip install --upgrade git+git://github.com/open-io/oio-swift.git 配置 SDS Swift 网关使用 OpenStack Swift 代理。 conf/default.cfg有一个示例配置。 配置项: sds_namespac
2021-05-29 16:03:04 146KB python swift openstack openstack-swift
1
调用Swift API接口完成对Swift的二次开发
2021-05-20 11:01:21 1.28MB openstack swift 云计算 对象存储