[Cyberduck-trac] [Cyberduck] #8753: Feature Request/Patch: S3 Protocol URLs
Cyberduck
trac at trac.cyberduck.io
Mon Apr 20 17:58:17 UTC 2015
#8753: Feature Request/Patch: S3 Protocol URLs
-------------------------+------------------------
Reporter: steamer25 | Owner: dkocher
Type: enhancement | Status: closed
Priority: normal | Milestone: 4.7
Component: s3 | Version: 4.6.5
Severity: normal | Resolution: fixed
Keywords: | Architecture:
Platform: |
-------------------------+------------------------
Comment (by steamer25):
Doh! On line 23 of the patch (the part that specifies the scheme of the
URL being generated), I used a capital 'S' in S3. It should be lower case.
I.e.,
{{{
--- URI.create("S3:/" + file.getAbsolute()),
+++ URI.create("s3:/" + file.getAbsolute()),
}}}
--
Ticket URL: <https://trac.cyberduck.io/ticket/8753#comment:8>
Cyberduck <https://cyberduck.io>
Libre FTP, SFTP, WebDAV, S3 & OpenStack Swift browser for Mac and Windows
More information about the Cyberduck-trac
mailing list