On Thu, Feb 07, 2019 at 12:18:48AM -0000, brent.willi...@gmail.com wrote: > Can anyone confirm this apparent lack of support for the 307 redirect? Such > handling is critical for our use-case (new hardware under development). We'd > be interested in supplying a patch if we can confirm this functionality is > not yet implemented.
S3RedirectionRetryHandler handles 301 and 307: https://github.com/apache/jclouds/blob/624367dfbf4f6b86bc53aa2a7ac14c8db02533f3/apis/s3/src/main/java/org/jclouds/s3/handlers/S3RedirectionRetryHandler.java#L50 Which situations do you see these codes? Usually they result from using the wrong region for a bucket in an endpoint. -- Andrew Gaul http://gaul.org/