Skip to content

GUI tools used for uploading files or directory to s3

Notifications You must be signed in to change notification settings

albertshao/s3uploadtool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

s3uploadtool

GUI tools used for uploading files or directory to s3
1 Using PyQt5 as GUI framework
2 Packaging PyQt5 apps with fbs
please click here for details and learn how to use the fbs to package
3 S3 means AWS storage bucket
4 the user could input the S3 name, s3 region, accessId and accessKey to obtain permission to access S3

Installation

1 pip install -r requirement.txt
2 fbs run

this command could run the application
3 fbs freeze
4 fbs installer
the above commands will package the program to executable applicaitoin

Functions

1 Login

2 Main Window

3 Upload files

4 Upload directory

About

GUI tools used for uploading files or directory to s3

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages