A fully functional API to access Azure Storage Account in Python with ease!
This API is built to perform operations in an Azure Storage Account using python. You do not need to use the azure portal or need the connection string of storage account to access it.
Operations Provided:
- Upload Blobs to Container inside Storage.
- Delete Blobs from Container inside Storage.
- Download Blobs from Container inside Storage.
- List all Blobs present inside the Container in Storage.
Changelog:
- Added ability to Enable/Disable Logging Operations
- Moved variable to change Log File Name to config.ini
- Moved variable to change Downloads Path to config.ini
Future Additions
- Config File
- User Authentication
- Blob Name increment for blobs with same names
- FastAPI Documentation
- Storing Logs in Cloud