add a supported provider: Storj object storage (#2635)
* add storj as provider Signed-off-by: Jessica Grebenschikov <Jessica.greben1+github@gmail.com> * update plugin list and master docs Signed-off-by: Jessica Grebenschikov <Jessica.greben1+github@gmail.com> * add changelog Signed-off-by: Jessica Grebenschikov <Jessica.greben1+github@gmail.com> * fix name of changelog Signed-off-by: Jessica Grebenschikov <Jessica.greben1+github@gmail.com> * add newline Signed-off-by: Jessica Grebenschikov <Jessica.greben1+github@gmail.com>pull/2636/head
parent
043c628fa5
commit
c58331d408
|
@ -0,0 +1 @@
|
|||
Add a new supported provider for an object storage plugin for Storj
|
|
@ -0,0 +1,8 @@
|
|||
---
|
||||
title: Storj
|
||||
link: https://github.com/storj-thirdparty/velero-plugin
|
||||
object-storage: true
|
||||
volumesnapshotter: false
|
||||
local-storage: false
|
||||
---
|
||||
This repository contains a Velero object store plugin to support backup/restore from Velero to Storj decentralized file object storage.
|
|
@ -22,6 +22,7 @@ Contact: [#Velero Slack][28], [GitHub Issues][29]
|
|||
| [Hewlett Packard][24] | 🚫 | HPE Storage | [Hewlett Packard][25] | [Slack][26], [GitHub Issue][27] |
|
||||
| [OpenEBS][17] | 🚫 | OpenEBS CStor Volume | [OpenEBS][18] | [Slack][19], [GitHub Issue][20] |
|
||||
| [Portworx][31] | 🚫 | Portworx Volume | [Portworx][32] | [Slack][33], [GitHub Issue][34] |
|
||||
| [Storj][41] | Storj Object Storage | 🚫 | [Storj][42] | [GitHub Issue][43] |
|
||||
|
||||
## S3-Compatible object store providers
|
||||
|
||||
|
@ -83,3 +84,6 @@ In the case you want to take volume snapshots but didn't find a plugin for your
|
|||
[38]: https://www.cloudian.com/
|
||||
[39]: https://github.com/vmware-tanzu/velero-plugin-for-vsphere
|
||||
[40]: https://github.com/vmware-tanzu/velero-plugin-for-vsphere#installing-the-plugin
|
||||
[41]: https://storj.io
|
||||
[42]: https://github.com/storj-thirdparty/velero-plugin
|
||||
[43]: https://github.com/storj-thirdparty/velero-plugin/issues
|
||||
|
|
|
@ -22,6 +22,7 @@ Contact: [#Velero Slack][28], [GitHub Issues][29]
|
|||
| [Hewlett Packard][24] | 🚫 | HPE Storage | [Hewlett Packard][25] | [Slack][26], [GitHub Issue][27] |
|
||||
| [OpenEBS][17] | 🚫 | OpenEBS CStor Volume | [OpenEBS][18] | [Slack][19], [GitHub Issue][20] |
|
||||
| [Portworx][31] | 🚫 | Portworx Volume | [Portworx][32] | [Slack][33], [GitHub Issue][34] |
|
||||
| [Storj][41] | Storj Object Storage | 🚫 | [Storj][42] | [GitHub Issue][43] |
|
||||
|
||||
## S3-Compatible object store providers
|
||||
|
||||
|
@ -83,3 +84,6 @@ In the case you want to take volume snapshots but didn't find a plugin for your
|
|||
[38]: https://www.cloudian.com/
|
||||
[39]: https://github.com/vmware-tanzu/velero-plugin-for-vsphere
|
||||
[40]: https://github.com/vmware-tanzu/velero-plugin-for-vsphere#installing-the-plugin
|
||||
[41]: https://storj.io
|
||||
[42]: https://github.com/storj-thirdparty/velero-plugin
|
||||
[43]: https://github.com/storj-thirdparty/velero-plugin/issues
|
||||
|
|
Loading…
Reference in New Issue