-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Kevin Booth edited this page Oct 27, 2024
·
5 revisions
The Source Cooperative Data Proxy (commonly referred here as simply "the data proxy") is an S3 compatible API which proxies requests to the Source Cooperative network of repositories. The network of repositories hosted on Source Cooperative can have their underlying storage be backed by Object Stores from various cloud object storage providers (currently only AWS S3 and Azure Blob Storage).
The data proxy does the following:
- Authenticates Requests
- Routes Requests
- Authorizes Requests
- Translates Requests from S3
- Forwards Requests
- Translates Responses to S3
- And Finally, Returns S3 Responses.