ibm-functions / package-cloud-object-storage

Deploy a Cloud Object Storage Package for IBM Functions.
Apache License 2.0
2 stars 9 forks source link

Fix issue with Python client-get-signed-url not parsing hmac keys properly #17

Closed eweiter closed 6 years ago

eweiter commented 6 years ago

In the __bx_creds the access_key_id and secret_access_id are both inside of a nested Object "cos_hmac_keys"

In the Python version of this Action this nested Object is not being referenced causing it to not be able to use the Action with the standard __bx_creds parameters. See lines 39 & 40: https://github.com/ibm-functions/package-cloud-object-storage/blob/master/runtimes/python/client-get-signed-url.py#L39