[Cyberduck-trac] [Cyberduck] #10194: Support for OCI Object Storage

Cyberduck trac at cyberduck.io
Fri Jan 12 15:20:13 UTC 2018


#10194: Support for OCI Object Storage
-------------------------+------------------------
 Reporter:  ilker        |         Owner:  dkocher
     Type:  enhancement  |        Status:  new
 Priority:  normal       |     Milestone:  7.0
Component:  s3           |       Version:  6.3.4
 Severity:  normal       |    Resolution:
 Keywords:               |  Architecture:
 Platform:               |
-------------------------+------------------------

Old description:

> Oracle Cloud Infrastructure (OCI) Object Storage provides an S3
> Compatible API. It would really be great if Cyberduck could also support
> it. Looks like it almost works but fails since OCI Object Storage uses
> different endpoints than S3 does. Cyberduck tries to use us-east-1 region
> identifier, which results in failure in authentication.
>
> More information on OCI S3 Compatible API is available here:
> https://cloud.oracle.com/infrastructure/storage/object-storage/faq
>
> As a site note, Cyberduck already supports OCI Object Storage Classic via
> Swift, which is different than OCI Object Storage.

New description:

 Oracle Cloud Infrastructure (OCI) Object Storage provides an S3 Compatible
 API. It would really be great if Cyberduck could also support it. Looks
 like it almost works but fails since OCI Object Storage uses different
 endpoints than S3 does. Cyberduck tries to use us-east-1 region
 identifier, which results in failure in authentication.

 More information on OCI S3 Compatible API is available here:
 https://cloud.oracle.com/infrastructure/storage/object-storage/faq

 As a side note, Cyberduck already supports OCI Object Storage Classic via
 Swift, which is different than OCI Object Storage.

--

Comment (by ilker):

 Thank you dkocher. I had tried it but it does work. With the following
 profile:

 {{{
         <Key>Region</Key>
         <String>eu-frankfurt-1</String>
         <Key>Regions</Key>
         <array>
                 <string>us-phoenix-1</string>
                 <string>us-ashburn-1</string>
                 <string>eu-frankfurt-1</string>
         </array>
 }}}

 When I try to authenticate, I get the attached error message:
 [[Image(https://www.ilkertemir.com/cyberduck.png)]]

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


More information about the Cyberduck-trac mailing list