Refactor bulk add method and introduce IObjectBucket interface
Updated the AddBulk
method to Add
across the codebase for consistent naming and streamlined functionality. Introduced the IObjectBucket
interface to standardize the bucket operations and added relevant extensions. This change enhances code readability and maintains the integrity of bulk operations, while also facilitating easier future modifications and extensions.