We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8037863 + b43bd5c commit 6ed04ecCopy full SHA for 6ed04ec
README.md
@@ -37,7 +37,26 @@ client.delete(filename)
37
38
## Supported Providers
39
40
-- OSS: [Alibaba Cloud OSS](https://www.alibabacloud.com/help/en/oss/)
+### [Alibaba Cloud OSS](https://www.alibabacloud.com/help/en/oss/)
41
+
42
+Usage:
43
44
+```python
45
+client = StoreFactory.new_client(
46
+ provider="OSS", endpoint=<endpoint>, bucket=<bucket>
47
+)
48
+```
49
50
+Required environment variables:
51
52
+```yaml
53
+OSS_ACCESS_KEY_ID=
54
+OSS_ACCESS_KEY_SECRET=
55
56
57
+## Development
58
59
+Once you want to run the integration tests, you should have a `.env` file locally, similar to the `.env.example`.
60
61
## Contributions
62
0 commit comments