Is it possible to update multiple objects in OpenStack Swift atomically?

We’ll consider using OpenStack Swift as a repository for several TB of user-generated content. Our users are mainly e-commerce sites, and we have a need to update all objects associated with a specific e-commerce site immediately. It looks like there is an API call to create multiple objects at the same time, but we could not find anything related to the bulk update. Is it possible to somehow update the atomic group in Swift?

+3
source share

All Articles