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

aws driver updated to collect bucket metadata associated with backend region only #1395

Closed devanshjain7 closed 1 year ago

devanshjain7 commented 1 year ago

What type of PR is this? /kind enhancement

What this PR does / why we need it: Currently metadata collection is being done for all the buckets irrespective of the region. But now as per the requirement, only buckets associated with the backend region need to be considered for metadata collection. This PR updates the aws driver for fulfilling the requirement.

codecov[bot] commented 1 year ago

Codecov Report

Merging #1395 (a43a61a) into metadata-management (4cfc695) will not change coverage. The diff coverage is n/a.

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