[Cyberduck-trac] [Cyberduck] #7967: Preference to use path-style request URIs

Cyberduck trac at trac.cyberduck.io
Thu Aug 21 08:26:04 UTC 2014


#7967: Preference to use path-style request URIs
-------------------------+------------------------
 Reporter:  scytacki     |         Owner:  dkocher
     Type:  enhancement  |        Status:  closed
 Priority:  low          |     Milestone:
Component:  s3           |       Version:  4.4.4
 Severity:  normal       |    Resolution:  fixed
 Keywords:               |  Architecture:
 Platform:               |
-------------------------+------------------------

Comment (by dkocher):

 This is error prone because S3 sometimes sends permanent redirects without
 a `Location` header for buckets not in the default `us-east-1` region.

  * Example of `HTTP/1.1 301 Moved Permanently but no location header`:

 {{{
 GET /test.cyberduck.ch/?delimiter=%2F&max-keys=1000&prefix HTTP/1.1
 Date: Thu, 21 Aug 2014 08:20:20 GMT
 Host: s3.amazonaws.com:443
 Connection: Keep-Alive
 User-Agent: Cyberduck/0 (Mac OS X/10.9.4) (x86_64)

 HTTP/1.1 301 Moved Permanently
 x-amz-request-id: 36155ABAF41284F6
 Content-Type: application/xml
 Transfer-Encoding: chunked
 Date: Thu, 21 Aug 2014 08:20:19 GMT
 Server: AmazonS3
 }}}

-- 
Ticket URL: <https://trac.cyberduck.io/ticket/7967#comment:4>
Cyberduck <http://cyberduck.io>
Libre FTP, SFTP, WebDAV, S3 & OpenStack Swift browser for Mac and Windows


More information about the Cyberduck-trac mailing list