Malcolm Illingworth created JCLOUDS-1343:
--------------------------------------------
Summary: BlobStore handling of redirects
Key: JCLOUDS-1343
URL: https://issues.apache.org/jira/browse/JCLOUDS-1343
Project: jclouds
Issue Type: Wish
Components: jclouds-blobstore
Reporter: Malcolm Illingworth
Priority: Minor
I'm looking into the feasibility of using S3Proxy/jclouds to provide an S3
interface to a data federation service that itself exposes a WebDAV interface.
The federation service works by redirecting client requests to appropriate
storage backends based on criteria such as geolocation, response time etc. So,
within our BlobStore we would never directly return objects. Instead, we would
return an authorised redirect to the WebDAV service, which would then return a
final redirect to the actual object. Would this series of redirects work from a
BlobStore implementation with S3Proxy?
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)