Search before asking
What happened
The OssStorageOperator class does not use an init() method, which results in the ossclient being null. This can cause runtime errors when trying to access OSS storage operations.
What you expected to happen
use an init() method in OssStorageOperator to properly initialize the ossclient with required configuration parameters.
How to reproduce
Configure OSS Resource Center for reproduce.
Anything else
No response
Version
3.3.0-alpha
Are you willing to submit PR?
Code of Conduct