python 3.8+
aws cli configured → aws configure
pip install bucketlens
bucketlens
AWS_PROFILE=prod bucketlens
BucketLens_PORT=9090 bucketlens
python 3.8+
pip install azure-cli azure-storage-blob azure-identity
az login
az account set --subscription {YOUR_SUBSCRIPTION_ID}
pip install bucketlens
AZURE_STORAGE_ACCOUNT=myaccount bucketlens
AZURE_STORAGE_CONNECTION_STRING="DefaultEndpoints..." bucketlens
python 3.8+
pip install google-cloud-storage
gcloud auth application-default login
gcloud config set project {YOUR_PROJECT_ID}
pip install bucketlens
GOOGLE_CLOUD_PROJECT=my-project bucketlens
GOOGLE_APPLICATION_CREDENTIALS=/path/to/key.json bucketlens