Skip to content
New issue

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

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

Already on GitHub? # to your account

Add known compat issues with Non-AWS S3 compatible providers #219

Merged
merged 4 commits into from
Oct 14, 2024
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
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,15 @@ Below is a listing of plugin versions and respective Velero versions that are co
| v1.7.x | v1.11.x |
| v1.6.x | v1.10.x |

## Non-AWS S3 compatible provider known issues with plugin v1.10.x (aws-sdk-go-v2):
| Cloud Provider |Notes|Velero Issue|Cloud Provider Issue|
|-|-|-|-|
|Google Cloud Storage|[Should use GCP plugin instead](https://github.com/vmware-tanzu/velero-plugin-for-gcp)||https://issuetracker.google.com/issues/256641357|
|Net App|`operation error S3: PutObject, https response error StatusCode: 501, RequestID: , HostID: , api error NotImplemented: The s3 command you requested is not implemented.`|https://github.com/vmware-tanzu/velero/issues/7828 https://github.com/vmware-tanzu/velero/issues/8152||
|Oracle||https://github.com/vmware-tanzu/velero/issues/8013||
|IBM COS|checksumAlgorithm="" should work if [replication is not enabled](https://github.com/vmware-tanzu/velero/issues/7543#issuecomment-2225803682)|https://github.com/vmware-tanzu/velero/issues/7543||
|Hitachi Content Platform (HCP)||||
|Cloudian||https://github.com/vmware-tanzu/velero/issues/8264||
## Filing issues

If you would like to file a GitHub issue for the plugin, please open the issue on the [core Velero repo][103]
Expand Down
Loading