Skip to content

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

S4 Cloud Object Storage Reverse Proxy

Data Flow

There is no direct connection between your clients and object storage backends.

traditional setup without <osp⚡>

Traditional setup with presigned urlsy

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.

Secure Simple Setup using <osp⚡>