Skip to content

Desktop client for AWS S3 and Glacier services.

Notifications You must be signed in to change notification settings

beulenbilly/s3fxviewer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 

Repository files navigation

S3FXViewer

S3FXViewer is GUI based on Java FX for AWS S3. The project is forked from umbertop/s3zilla. It is a simple S3 client with the following feature:

  • configure multiple accounts (saved in text file without encryption)
  • configure http proxy
  • upload/download/delete files/objects

Build the project

The project is a simple Java maven project. To compile it:

mvn clean install

To run it: extract the target/s3fxviewer-<version>-dist.zip and execute

java -jar s3fxviewer-<version>.jar

Use the client

Add a new client

Just click Account -> Add to add an S3 account. Enter at least a Display nameand a region to create and account.

Activate a account

To activate (use) a the created account just click on the menu item (Account -> <Display name of the S3 account>.

Select a bucket

After you selected an S3 account all available buckets will shown in the Bucketmenu. To select a bucket just click on it.

Managing objects/files

After you selected a bucket use the context menu in the main area for all actions.

About

Desktop client for AWS S3 and Glacier services.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 99.9%
  • CSS 0.1%