I have velero running with minio object storage deployed.
when I run ```velero backup describe <BACKUP>
the below excerpt is my error log -
```S3 Requests should be sent to API port.\n\tstatus code: 403, request id: , host id: " error.file="/go/src/velero-plugin-for-aws/velero-plugin-for-aws/object_store.go:361" error.function="main.(*ObjectStore).ListCommonPrefixes" logSource="pkg/controller/backup_sync_controller.go:18```
I have the following port alignment, but still complains about ports allocation (see log above)
API port >> 9000
CONSOLE Port >> 9001
Any help/assistance appreciated