This is an automated email from the ASF dual-hosted git repository. micafer pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/libcloud.git
commit fbbfd0860de77814bcdb0715a4817d478a59a2ee Merge: f2765fe12 ddafe522f Author: Miguel Caballer Fernandez <[email protected]> AuthorDate: Mon Jul 20 09:42:26 2026 +0200 Merge pull request #2147 from apache/improve_upload Add new functions to complete the Upcloud driver and move it to the last API version 1.3. CHANGES.rst | 7 + docs/compute/drivers/upcloud.rst | 42 +- libcloud/common/upcloud.py | 34 +- libcloud/compute/drivers/upcloud.py | 423 ++++++++++++++++++++- libcloud/test/common/test_upcloud.py | 13 + ...orage_01d4fcd4-e446-433b-8a9c-551a1284952e.json | 22 ++ .../fixtures/upcloud/api_1_2_storage_create.json | 20 + .../fixtures/upcloud/api_1_2_storage_normal.json | 31 ++ libcloud/test/compute/test_upcloud.py | 386 ++++++++++++++++++- 9 files changed, 935 insertions(+), 43 deletions(-)
