Architecture
Any given client only requires a single set of credentials. The backend credentials are abstracted from the client and managed by your business logic and company policies, using Python instead of complicated DSL (Domain Specific Language).
Data Flow
There is no direct connection between your clients and object storage backends.
traditional setup without <osp⚡>
secure setup using <osp⚡>
The credentials are only fetched once at the initial connection. Set a meaningful ttl (time-to-live) for each backend. When the ttl expires, the process repeats.