huangyxi / oci-object-storage-desktop

Desktop application for Oracle Cloud Infrastructure Object Storage

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OCI Object Storage Desktop Client

OCI Object Storage Screenshot

This is an UNOFFICIAL desktop client to interact with the Oracle Cloud Infrastructure Object Storage service. Please use at your own discretion. This application is not affiliated with Oracle or is an official product of Oracle. I created this to expose some of the functionality of OCI's object storage hidden behind the command-line interface and the SDK to a simple to use GUI. With this application, you can create buckets, upload multiple folders and files of any size, retry failed file uploads, and switch between buckets, compartments, and tenancies with ease.

Download

Windows Installer Download

macOS Installer Download

NOTE: This application was only tested with a MacBook Pro 2018 running High Sierra and a Windows 10 Enterprise Virtual Machine. This application is not guaranteed to run on all variations of Windows and macOS.

Install & Setup

The Object Storage desktop client requires the same configurations necessary for the OCI command line interface and the OCI SDKs. If you have an RSA key pair in PEM forma, the public key uploaded to OCI, and a config file based in the '~/.oci' path then the application should load up that config file. Otherwise, it will create a new config file. If you have not done these steps previously please refer to the OCI documentation here.

Afterwards, in the application click on the Edit menu and click on Profile Settings.

Profile settings image

Fill in the required information and press Save. If the information is correct and your user have authorized access to the OCI API, then you should be connected to your OCI tenancy.

Examples

Profile switching!

Profile switching

Uploading, downloading, and deleting objects!

Uploading, downloading, and deleting objects

Retrying failed uploads!

Retrying failed uploads

License

This application is licensed under GPLv3

See LICENSE for more details

This application makes use of the PySide2 module which is available under under LGPLv3, the fman build system which available under GPL, and the OCI Python SDK which is dual licensed under the Universal Permissive License 1.0 and the Apache License 2.0.

Current Issues & Future Plans

Here are some issues I have encountered while developing this application that you should be aware of

  • Uploading install/applications files (.exe, .dmg, .app files) is not supported and will cause unexpected behavior.
  • Hidden files and folders (such as files or folder that start with '.' e.g. '.git') will be uploaded to Object Storage if inside a folder.

If there is a demand to further development of this application, I would add these features

  • Set visibility of buckets
  • View and edit bucket tags
  • Move/copy objects to new buckets
  • Create pre-authenticate requests to buckets/objects
  • View URL path of objects
  • Global search for compartments, buckets, and objects
  • Port application to a Linux distro

Feel free to make pull requests or fork this repo!

About

Desktop application for Oracle Cloud Infrastructure Object Storage

License:GNU General Public License v3.0


Languages

Language:Python 100.0%