Go to main content

Oracle® ZFS Storage Appliance Object API Guide for Amazon S3 Service Support, Release OS8.8.0

Exit Print View

Updated: January 2019
 
 

Jets3t Cockpit

The following sections provide example information to help you install, configure, and use the Jets3t Cockpit application. For additional information about this application, refer to the official product documentation listed under Related Information.


Note -  Jets3t is a free, open-source Java toolkit and application suite for Amazon S3, Amazon CloudFront, and Google Storage for Developers. Jets3t Cockpit is a graphical Java application for viewing and managing AWS S3 content.

Installation: Jets3t Cockpit

Download the zip package from the official Jets3t site (http://www.jets3t.org/downloads.html). Unzip the package. Download Java JRE and JDK to use appliance and library.

Configuration Example: Jets3t Cockpit

To configure Jets3t Cockpit on Windows 10, follow these steps:

  1. Under the jets3t package root, look for "RestS3Service, the edit configs/jets3t.properties as follows:

    • In the s3service.s3-endpoint= property , specify the network name for the appliance connection.

    • Specify the shared repository that is enabled for S3 by inserting the following line immediately after the line s3service.s3-endpoint=:

      s3service.s3-endpoint-virtual-path=/s3/v1/export/S3_enabled_share

      Replace S3_enabled_share with the name of the S3 enabled share.

    • Change the property value for buckets= from false to true.

    ###
    # RestS3Service
    ###
    
    s3service.https-only=true     # if required, change from 'true' to 'false'
    
    s3service.s3-endpoint=hostname.example.com  # Storage appliance host name.
    s3service.s3-endpoint-virtual-path=/s3/v1/export/S3_enabled_share # insert this line.
    s3service.s3-endpoint-http-port=80
    s3service.s3-endpoint-https-port=443
    s3service.disable-dns-buckets=true   # change from 'false' to 'true'.
    
    s3service.default-bucket-location=US
    
    s3service.enable-storage-classes=true
    s3service.default-storage-class=STANDARD
  2. Browse to the bin directory and double-click cockpit.bat. (/cockpit.sh if in linux)

    The Jets3t Cockpit Login dialog box appears.

  3. In the Jets3t Cockpit Login dialog box, click the Direct Login tab, and enter the Access and Secret Keys, then click Login.

    You have successfully logged in to the Jets3t Cockpit account.

Usage: Jets3t Cockpit

Use the Jets3t Cockpit interface like a file explorer. If you want to use the jets3t library, refer to the Jets3t programmer guide and code samples for more information.

Related Information