keystonemiddleware.s3_token 模块¶
S3 Token 中间件。
这个 WSGI 组件
从 swift3 中间件接收带有 S3 Authorization 访问密钥的请求。
在 Keystone 中验证 s3 token。
将账户名转换为 AUTH_%(tenant_name)。
- class keystonemiddleware.s3_token.S3Token(app, conf)¶
基类:
object处理 S3 身份验证的中间件。
- exception keystonemiddleware.s3_token.ServiceError¶
基础:
Exception
- keystonemiddleware.s3_token.filter_factory(global_conf, **local_conf)¶
返回用于 paste.deploy 的 WSGI 过滤器应用。