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 product documentation listed under "Related Information" at the end of this section.
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 GitHub JetS3t site. 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:
-
Under jets3t package root, look for "RestS3Service, then 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=
fromfalse
totrue
.
### # 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
-
-
Browse to the
bin
directory and double-clickcockpit.bat
. (/cockpit.sh
if in Linux)The JetS3t Cockpit Login dialog box appears.
-
In the JetS3t Cockpit Login dialog box, click the Direct Login tab, and enter the Access Key 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.