fdd364ee81
swift has the capability of allowing limited access to upload objects via a pre-generated signature: https://docs.openstack.org/swift/latest/api/form_post_middleware.html Add methods to support setting keys as well as generating the timestamp and signature needed to use this. Change-Id: Iab2fb5c225d0c8e79a16130f2352de1efd6cad4b
6 lines
135 B
YAML
6 lines
135 B
YAML
---
|
|
features:
|
|
- |
|
|
Added methods to manage object store temp-url keys and
|
|
generate signatures needed for FormPost middleware.
|