sodafoundation / strato

SODA Strato (Multi-cloud) project provides a cloud vendor agnostic data management for hybrid cloud, intercloud or intracloud. This project is renamed as 'Strato'
Apache License 2.0
234 stars 329 forks source link

[metadata manager m8s] [Validator] implementation for validator #1380

Closed josephjacobmorris closed 1 year ago

josephjacobmorris commented 1 year ago

What type of PR is this?

/kind feature

What this PR does / why we need it: This PR helps in validating different query params . and gives appropriate message to the user if it is invalid.

Test Report Added?:

/kind TESTED

Test Report:

Special notes for your reviewer:

codecov[bot] commented 1 year ago

Codecov Report

Merging #1380 (6ab6c0e) into metadata-management (3277b08) will not change coverage. The diff coverage is n/a.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## metadata-management #1380 +/- ## ==================================================== Coverage 48.12% 48.12% ==================================================== Files 10 10 Lines 1571 1571 ==================================================== Hits 756 756 Misses 756 756 Partials 59 59 ```
josephjacobmorris commented 1 year ago

@PravinRanjan10 Currently this PR doesnt do validation for type,backendName,bucketName,objectName. Is it required ?