From d73f7e69282da33010c67d76f6e63b6eb04bfe33 Mon Sep 17 00:00:00 2001 From: SDK Generator Bot Date: Tue, 29 Apr 2025 06:58:52 +0000 Subject: [PATCH] Generate objectstorage --- .../src/stackit/objectstorage/configuration.py | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/services/objectstorage/src/stackit/objectstorage/configuration.py b/services/objectstorage/src/stackit/objectstorage/configuration.py index ea5c61b5..9ea21c6c 100644 --- a/services/objectstorage/src/stackit/objectstorage/configuration.py +++ b/services/objectstorage/src/stackit/objectstorage/configuration.py @@ -1,5 +1,10 @@ # coding: utf-8 +import sys + +import os + + """ STACKIT Object Storage API @@ -11,8 +16,6 @@ Do not edit the class manually. """ # noqa: E501 docstring might be too long -import os - class HostConfiguration: def __init__( @@ -29,6 +32,7 @@ def __init__( "as a function argument instead of being set in the client configuration.\n" "Once all services have migrated, the methods to specify the region in the client configuration " "will be removed.", + file=sys.stderr, ) """Constructor """