You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This package is part of the STACKIT Python SDK. For additional information, please visit the [GitHub repository](https://github.com/stackitcloud/stackit-sdk-python) of the SDK.
7
+
8
+
9
+
## Installation & Usage
10
+
### pip install
11
+
12
+
```sh
13
+
pip install stackit-objectstorage
14
+
```
15
+
16
+
Then import the package:
17
+
```python
18
+
import stackit.objectstorage
19
+
```
20
+
21
+
## Getting Started
22
+
23
+
[Examples](https://github.com/stackitcloud/stackit-sdk-python/tree/main/examples) for the usage of the package can be found in the [GitHub repository](https://github.com/stackitcloud/stackit-sdk-python) of the SDK.
0 commit comments