Skip to content

Tkinter GUI for interacting with Linode Object Buckets

License

Notifications You must be signed in to change notification settings

bluebotpc/S3Manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PureS3 Tool

Created to reduce dependacy on Linode's Cloud Manager web interface.

Requires an .env file in the repo. It will requre a Linode API/PAT key as seen in the example below.

LINODE_API_KEY=
REGION=
BUCKET_NAME=
LINODE_API_VERSION=v4

Wiindows Project Setup

python -m venv venv
venv\Scripts\activate
pip install -r requirements.txt
python app.py

CTRL+C to break. deactivate to clean up.

Linux Project Setup

python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
python3 ./app.py

CTRL+C to break. deactivate to clean up.

About

Tkinter GUI for interacting with Linode Object Buckets

Resources

License

Stars

Watchers

Forks

Languages