You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@jclouds.apache.org by "Andrew Gaul (JIRA)" <ji...@apache.org> on 2017/09/13 21:03:00 UTC

[jira] [Comment Edited] (JCLOUDS-1343) BlobStore handling of redirects

    [ https://issues.apache.org/jira/browse/JCLOUDS-1343?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16165037#comment-16165037 ] 

Andrew Gaul edited comment on JCLOUDS-1343 at 9/13/17 9:02 PM:
---------------------------------------------------------------

[~malcolmi] S3Proxy tracks a similar issue at [andrewgaul/s3proxy#227|https://github.com/andrewgaul/s3proxy/issues/227].  I believe an S3Proxy middleware could throw a {{HttpResponseException}} which {{S3ProxyHandlerJetty.handle}} would translate into a 307 redirect.


was (Author: gaul):
[~malcolmi] S3Proxy tracks a similar issue at [andrewgaul/s3proxy#227|https://github.com/andrewgaul/s3proxy/issues/227].  I believe an S3Proxy middlware could throw a {{HttpResponseException}} which {{S3ProxyHandlerJetty.handle}} would translate into a 307 redirect.

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