stackit-objectstorage 1.0.4__tar.gz → 1.2.0__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {stackit_objectstorage-1.0.4 → stackit_objectstorage-1.2.0}/PKG-INFO +5 -4
- {stackit_objectstorage-1.0.4 → stackit_objectstorage-1.2.0}/pyproject.toml +2 -2
- {stackit_objectstorage-1.0.4 → stackit_objectstorage-1.2.0}/src/stackit/objectstorage/models/create_access_key_response.py +6 -1
- {stackit_objectstorage-1.0.4 → stackit_objectstorage-1.2.0}/LICENSE.md +0 -0
- {stackit_objectstorage-1.0.4 → stackit_objectstorage-1.2.0}/NOTICE.txt +0 -0
- {stackit_objectstorage-1.0.4 → stackit_objectstorage-1.2.0}/README.md +0 -0
- {stackit_objectstorage-1.0.4 → stackit_objectstorage-1.2.0}/src/stackit/objectstorage/__init__.py +0 -0
- {stackit_objectstorage-1.0.4 → stackit_objectstorage-1.2.0}/src/stackit/objectstorage/api/__init__.py +0 -0
- {stackit_objectstorage-1.0.4 → stackit_objectstorage-1.2.0}/src/stackit/objectstorage/api/default_api.py +0 -0
- {stackit_objectstorage-1.0.4 → stackit_objectstorage-1.2.0}/src/stackit/objectstorage/api_client.py +0 -0
- {stackit_objectstorage-1.0.4 → stackit_objectstorage-1.2.0}/src/stackit/objectstorage/api_response.py +0 -0
- {stackit_objectstorage-1.0.4 → stackit_objectstorage-1.2.0}/src/stackit/objectstorage/configuration.py +0 -0
- {stackit_objectstorage-1.0.4 → stackit_objectstorage-1.2.0}/src/stackit/objectstorage/exceptions.py +0 -0
- {stackit_objectstorage-1.0.4 → stackit_objectstorage-1.2.0}/src/stackit/objectstorage/models/__init__.py +0 -0
- {stackit_objectstorage-1.0.4 → stackit_objectstorage-1.2.0}/src/stackit/objectstorage/models/access_key.py +0 -0
- {stackit_objectstorage-1.0.4 → stackit_objectstorage-1.2.0}/src/stackit/objectstorage/models/bucket.py +0 -0
- {stackit_objectstorage-1.0.4 → stackit_objectstorage-1.2.0}/src/stackit/objectstorage/models/create_access_key_payload.py +0 -0
- {stackit_objectstorage-1.0.4 → stackit_objectstorage-1.2.0}/src/stackit/objectstorage/models/create_bucket_response.py +0 -0
- {stackit_objectstorage-1.0.4 → stackit_objectstorage-1.2.0}/src/stackit/objectstorage/models/create_credentials_group_payload.py +0 -0
- {stackit_objectstorage-1.0.4 → stackit_objectstorage-1.2.0}/src/stackit/objectstorage/models/create_credentials_group_response.py +0 -0
- {stackit_objectstorage-1.0.4 → stackit_objectstorage-1.2.0}/src/stackit/objectstorage/models/credentials_group.py +0 -0
- {stackit_objectstorage-1.0.4 → stackit_objectstorage-1.2.0}/src/stackit/objectstorage/models/delete_access_key_response.py +0 -0
- {stackit_objectstorage-1.0.4 → stackit_objectstorage-1.2.0}/src/stackit/objectstorage/models/delete_bucket_response.py +0 -0
- {stackit_objectstorage-1.0.4 → stackit_objectstorage-1.2.0}/src/stackit/objectstorage/models/delete_credentials_group_response.py +0 -0
- {stackit_objectstorage-1.0.4 → stackit_objectstorage-1.2.0}/src/stackit/objectstorage/models/detailed_error.py +0 -0
- {stackit_objectstorage-1.0.4 → stackit_objectstorage-1.2.0}/src/stackit/objectstorage/models/error_message.py +0 -0
- {stackit_objectstorage-1.0.4 → stackit_objectstorage-1.2.0}/src/stackit/objectstorage/models/get_bucket_response.py +0 -0
- {stackit_objectstorage-1.0.4 → stackit_objectstorage-1.2.0}/src/stackit/objectstorage/models/http_validation_error.py +0 -0
- {stackit_objectstorage-1.0.4 → stackit_objectstorage-1.2.0}/src/stackit/objectstorage/models/list_access_keys_response.py +0 -0
- {stackit_objectstorage-1.0.4 → stackit_objectstorage-1.2.0}/src/stackit/objectstorage/models/list_buckets_response.py +0 -0
- {stackit_objectstorage-1.0.4 → stackit_objectstorage-1.2.0}/src/stackit/objectstorage/models/list_credentials_groups_response.py +0 -0
- {stackit_objectstorage-1.0.4 → stackit_objectstorage-1.2.0}/src/stackit/objectstorage/models/location_inner.py +0 -0
- {stackit_objectstorage-1.0.4 → stackit_objectstorage-1.2.0}/src/stackit/objectstorage/models/project_scope.py +0 -0
- {stackit_objectstorage-1.0.4 → stackit_objectstorage-1.2.0}/src/stackit/objectstorage/models/project_status.py +0 -0
- {stackit_objectstorage-1.0.4 → stackit_objectstorage-1.2.0}/src/stackit/objectstorage/models/validation_error.py +0 -0
- {stackit_objectstorage-1.0.4 → stackit_objectstorage-1.2.0}/src/stackit/objectstorage/py.typed +0 -0
- {stackit_objectstorage-1.0.4 → stackit_objectstorage-1.2.0}/src/stackit/objectstorage/rest.py +0 -0
|
@@ -1,14 +1,13 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.3
|
|
2
2
|
Name: stackit-objectstorage
|
|
3
|
-
Version: 1.0
|
|
3
|
+
Version: 1.2.0
|
|
4
4
|
Summary: STACKIT Object Storage API
|
|
5
5
|
Author: STACKIT Developer Tools
|
|
6
6
|
Author-email: developer-tools@stackit.cloud
|
|
7
|
-
Requires-Python: >=3.
|
|
7
|
+
Requires-Python: >=3.9,<4.0
|
|
8
8
|
Classifier: License :: OSI Approved :: Apache Software License
|
|
9
9
|
Classifier: Operating System :: OS Independent
|
|
10
10
|
Classifier: Programming Language :: Python :: 3
|
|
11
|
-
Classifier: Programming Language :: Python :: 3.8
|
|
12
11
|
Classifier: Programming Language :: Python :: 3.9
|
|
13
12
|
Classifier: Programming Language :: Python :: 3.10
|
|
14
13
|
Classifier: Programming Language :: Python :: 3.11
|
|
@@ -18,6 +17,8 @@ Requires-Dist: pydantic (>=2.9.2)
|
|
|
18
17
|
Requires-Dist: python-dateutil (>=2.9.0.post0)
|
|
19
18
|
Requires-Dist: requests (>=2.32.3)
|
|
20
19
|
Requires-Dist: stackit-core (>=0.0.1a)
|
|
20
|
+
Project-URL: Homepage, https://github.com/stackitcloud/stackit-sdk-python
|
|
21
|
+
Project-URL: Issues, https://github.com/stackitcloud/stackit-sdk-python/issues
|
|
21
22
|
Description-Content-Type: text/markdown
|
|
22
23
|
|
|
23
24
|
# stackit.objectstorage
|
|
@@ -3,7 +3,7 @@ name = "stackit-objectstorage"
|
|
|
3
3
|
|
|
4
4
|
[tool.poetry]
|
|
5
5
|
name = "stackit-objectstorage"
|
|
6
|
-
version = "v1.0
|
|
6
|
+
version = "v1.2.0"
|
|
7
7
|
authors = [
|
|
8
8
|
"STACKIT Developer Tools <developer-tools@stackit.cloud>",
|
|
9
9
|
]
|
|
@@ -20,7 +20,7 @@ packages = [
|
|
|
20
20
|
]
|
|
21
21
|
|
|
22
22
|
[tool.poetry.dependencies]
|
|
23
|
-
python = ">=3.
|
|
23
|
+
python = ">=3.9,<4.0"
|
|
24
24
|
stackit-core = ">=0.0.1a"
|
|
25
25
|
requests = ">=2.32.3"
|
|
26
26
|
pydantic = ">=2.9.2"
|
|
@@ -28,7 +28,7 @@ class CreateAccessKeyResponse(BaseModel):
|
|
|
28
28
|
|
|
29
29
|
access_key: StrictStr = Field(description="Access key", alias="accessKey")
|
|
30
30
|
display_name: StrictStr = Field(description="Obfuscated access key", alias="displayName")
|
|
31
|
-
expires: StrictStr = Field(description="Expiration date. Null means never expires.")
|
|
31
|
+
expires: Optional[StrictStr] = Field(description="Expiration date. Null means never expires.")
|
|
32
32
|
key_id: StrictStr = Field(
|
|
33
33
|
description="Identifies the pair of access key and secret access key for deletion", alias="keyId"
|
|
34
34
|
)
|
|
@@ -73,6 +73,11 @@ class CreateAccessKeyResponse(BaseModel):
|
|
|
73
73
|
exclude=excluded_fields,
|
|
74
74
|
exclude_none=True,
|
|
75
75
|
)
|
|
76
|
+
# set to None if expires (nullable) is None
|
|
77
|
+
# and model_fields_set contains the field
|
|
78
|
+
if self.expires is None and "expires" in self.model_fields_set:
|
|
79
|
+
_dict["expires"] = None
|
|
80
|
+
|
|
76
81
|
return _dict
|
|
77
82
|
|
|
78
83
|
@classmethod
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{stackit_objectstorage-1.0.4 → stackit_objectstorage-1.2.0}/src/stackit/objectstorage/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{stackit_objectstorage-1.0.4 → stackit_objectstorage-1.2.0}/src/stackit/objectstorage/api_client.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{stackit_objectstorage-1.0.4 → stackit_objectstorage-1.2.0}/src/stackit/objectstorage/exceptions.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{stackit_objectstorage-1.0.4 → stackit_objectstorage-1.2.0}/src/stackit/objectstorage/py.typed
RENAMED
|
File without changes
|
{stackit_objectstorage-1.0.4 → stackit_objectstorage-1.2.0}/src/stackit/objectstorage/rest.py
RENAMED
|
File without changes
|