Thanks to visit codestin.com
Credit goes to Github.com

Skip to content

Hasan143kazi/switch

Repository files navigation

R2 Desktop Python App

  • Uploading multiple files at once to a bucket

  • Deleting objects from a bucket

  • Listing objects in a bucket

  • Searching by object name

  • Sorting objects by name

  • Sorting objects by date

  • Sorting objects by file size

Installing/running the app

Be sure to edit the config.json with your Cloudflare API details, domain and bucket name:

{
    "account_id": "",
    "access_key_id": "",
    "secret_access_key": "",
    "domain": "custom.domain.here or r2.dev domain",
    "bucket_name": "your bucket name here"
}

Make sure domain doesn't contain any slashes.

Run the following commands in the root folder:

pip install -r requirements.txt
npm update
python main.py

If you like this app please be sure to leave a star on my github repo, thanks.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published