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
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.
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.