exoscale / python-exoscale

Python bindings for the Exoscale APIs
https://exoscale.github.io/python-exoscale/
ISC License
14 stars 7 forks source link

storage: fix failing tests #18

Closed falzm closed 4 years ago

falzm commented 4 years ago

This change fixes the storage storage bucket/files ACL management following a change API-side, and fixes tests failing sporadically due to API-side eventual consistency storage race conditions.

falzm commented 4 years ago

Thanks for the reviews!