-
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
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.pyIf you like this app please be sure to leave a star on my github repo, thanks.