快速压缩加密中间件
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