Fix bug in images API
Use image_backend context manager to ensure that ImageBackend is always closed. list_images method did not close the ImageBackend, which resulted in depletion of the Pithos backend connection pool.
Showing
Please register or sign in to comment