Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: note that Swift is tested in CI #2855

Merged
merged 1 commit into from
Jul 8, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/storage.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ Current object storage client implementations:
| [Google Cloud Storage](./storage.md#gcs) | Stable (production usage) | yes | @bwplotka |
| [AWS/S3](./storage.md#s3) | Stable (production usage) | yes | @bwplotka |
| [Azure Storage Account](./storage.md#azure) | Stable (production usage) | no | @vglafirov |
| [OpenStack Swift](./storage.md#openstack-swift) | Beta (working PoCs, testing usage) | no | @sudhi-vm |
| [OpenStack Swift](./storage.md#openstack-swift) | Beta (working PoCs, testing usage) | yes | @sudhi-vm |
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I guess we can actually put @FUSAKLA here? (: 🤗

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm already changing the maintainer in the #2732 but feel free to change it here, I'll be rebasing it nonetheless :)

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, so let's merge this and then in #2732 let's add @FUSAKLA as the maintainer 👍

| [Tencent COS](./storage.md#tencent-cos) | Beta (testing usage) | no | @jojohappy |
| [AliYun OSS](./storage.md#aliyun-oss) | Beta (testing usage) | no | @shaulboozhiao,@wujinhu |
| [Local Filesystem](./storage.md#filesystem) | Beta (testing usage) | yes | @bwplotka |
Expand Down