[Cyberduck-trac] [Cyberduck] #9711: Support Manta Object Store

Cyberduck trac at cyberduck.io
Sun Oct 29 23:32:40 UTC 2017


#9711: Support Manta Object Store
---------------------+-------------------------
 Reporter:  elijah   |         Owner:  tjcelaya
     Type:  feature  |        Status:  new
 Priority:  low      |     Milestone:  7.0
Component:  core     |       Version:  5.1
 Severity:  normal   |    Resolution:
 Keywords:           |  Architecture:
 Platform:           |
---------------------+-------------------------

Comment (by tjcelaya):

 Thanks for all the help! It looks like I'm down to one last issue,
 actually loading the new {{{cyberduckprofile}}}... I've added a {{{new
 MantaProtocol()}}} with the appropriate {{{using}}} statement at the top
 of {{{MainController.cs}}} but the profile doesn't actually show up when
 invoked. Confirmed profiles could be added using {{{Microsoft OneDrive
 Business.cyberduckprofile}}}. Other steps taken include adding the new
 profile into {{{profiles/default}}}, including the {{{<Bundled/>}}}
 property set to true, including an image with the protocol name in
 {{{ResourcesBundle.resx}}} using Visual Studio 2017 on the top-level .sln
 project. I know the issue is related to loading the protocol because
 repurposing a different profile which is confirmed to work and changing
 its {{{protocol}}} leads to the same behavior.

 In search of a commonality between the protocols which did load I tried
 {{{grep}}}ping for protocol names in groups (i.e. grepping individually
 for each protocol) and combining the lists with {{{comm -12}}} but alas
 the only results were the git index and compiled files like {{{.dll}}},
 {{{.exe}}}. It would help if I could figure out how to see the logs
 printed to stdout but I haven't figured out how to do that (or if it's
 possible) yet.

 Basically, how do I make sure the Windows build can use the new protocol?

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


More information about the Cyberduck-trac mailing list