[Cyberduck-trac] [Cyberduck] #7355: S3 with initial path

Cyberduck trac at trac.cyberduck.ch
Fri Jul 19 15:41:23 UTC 2013


#7355: S3 with initial path
---------------------------+---------------------------
    Reporter:  petr tichý  |      Owner:  dkocher
        Type:  defect      |     Status:  new
    Priority:  normal      |  Milestone:
   Component:  s3          |    Version:  4.3.1
    Severity:  normal      |   Keywords:
Architecture:  Intel       |   Platform:  Mac OS X 10.8
---------------------------+---------------------------
 On S3, if user supplies the initial path, the request sent is

 {{{
 GET /<path>/?delimiter=%2F&max-keys=1000&prefix HTTP/1.1
 }}}

 that is GET Object:
 http://docs.aws.amazon.com/AmazonS3/latest/API/RESTObjectGET.html

 but it should be

 {{{
 GET /?delimiter=%2F&max-keys=1000&prefix=<path> HTTP/1.1
 }}}

 GET Bucket:
 http://docs.aws.amazon.com/AmazonS3/latest/API/RESTBucketGET.html

 to list the bucket starting with the prefix.

 Also, the <path> should have the delimiter added at end.

-- 
Ticket URL: <https://trac.cyberduck.ch/ticket/7355>
Cyberduck <http://cyberduck.ch>
Open source FTP, SFTP, WebDAV, Cloud Files, Google Docs & Amazon S3 Browser for Mac & Windows.


More information about the Cyberduck-trac mailing list