Skip to content

Commit

Permalink
Merge pull request #9 from kerthcet/feat/add-oss-s3
Browse files Browse the repository at this point in the history
Update Readme.md
  • Loading branch information
InftyAI-Agent authored Aug 15, 2024
2 parents 8037863 + b43bd5c commit 6ed04ec
Showing 1 changed file with 20 additions and 1 deletion.
21 changes: 20 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,26 @@ client.delete(filename)

## Supported Providers

- OSS: [Alibaba Cloud OSS](https://www.alibabacloud.com/help/en/oss/)
### [Alibaba Cloud OSS](https://www.alibabacloud.com/help/en/oss/)

Usage:

```python
client = StoreFactory.new_client(
provider="OSS", endpoint=<endpoint>, bucket=<bucket>
)
```

Required environment variables:

```yaml
OSS_ACCESS_KEY_ID=
OSS_ACCESS_KEY_SECRET=
```

## Development

Once you want to run the integration tests, you should have a `.env` file locally, similar to the `.env.example`.

## Contributions

Expand Down

0 comments on commit 6ed04ec

Please sign in to comment.