You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The S3 API format is pretty much a standard now, with not just Amazon but many other object storage providers and also open-source solutions using it.
It's almost the same as Swift, now that we've already extracted all metadata handling to Redis, so what's left is only GET/PUT/DELETE requests with some kind of authorization headers.
Create a new REST module that both Swift and S3 inherit from
Sign every request to the S3 API (with the old S3 signature, since Exoscale doesn't support the AWS v4 Signatures yet)
The text was updated successfully, but these errors were encountered:
The S3 API format is pretty much a standard now, with not just Amazon but many other object storage providers and also open-source solutions using it.
It's almost the same as Swift, now that we've already extracted all metadata handling to Redis, so what's left is only GET/PUT/DELETE requests with some kind of authorization headers.
The text was updated successfully, but these errors were encountered: