MANIFEST.in
README.md
requirements-dev.txt
requirements.txt
setup.py
libcloudforensics/__init__.py
libcloudforensics/errors.py
libcloudforensics/logging_utils.py
libcloudforensics.egg-info/PKG-INFO
libcloudforensics.egg-info/SOURCES.txt
libcloudforensics.egg-info/dependency_links.txt
libcloudforensics.egg-info/entry_points.txt
libcloudforensics.egg-info/not-zip-safe
libcloudforensics.egg-info/requires.txt
libcloudforensics.egg-info/top_level.txt
libcloudforensics/providers/__init__.py
libcloudforensics/providers/aws/__init__.py
libcloudforensics/providers/aws/forensics.py
libcloudforensics/providers/aws/internal/__init__.py
libcloudforensics/providers/aws/internal/account.py
libcloudforensics/providers/aws/internal/common.py
libcloudforensics/providers/aws/internal/ebs.py
libcloudforensics/providers/aws/internal/ec2.py
libcloudforensics/providers/aws/internal/iam.py
libcloudforensics/providers/aws/internal/kms.py
libcloudforensics/providers/aws/internal/log.py
libcloudforensics/providers/aws/internal/s3.py
libcloudforensics/providers/aws/internal/iampolicies/ebs_copy_to_s3_policy.json
libcloudforensics/providers/aws/internal/iampolicies/ec2_assume_role_policy.json
libcloudforensics/providers/aws/internal/iampolicies/revoke_old_sessions.json
libcloudforensics/providers/azure/__init__.py
libcloudforensics/providers/azure/forensics.py
libcloudforensics/providers/azure/internal/__init__.py
libcloudforensics/providers/azure/internal/account.py
libcloudforensics/providers/azure/internal/common.py
libcloudforensics/providers/azure/internal/compute.py
libcloudforensics/providers/azure/internal/compute_base_resource.py
libcloudforensics/providers/azure/internal/monitoring.py
libcloudforensics/providers/azure/internal/network.py
libcloudforensics/providers/azure/internal/resource.py
libcloudforensics/providers/azure/internal/storage.py
libcloudforensics/providers/gcp/__init__.py
libcloudforensics/providers/gcp/forensics.py
libcloudforensics/providers/gcp/internal/__init__.py
libcloudforensics/providers/gcp/internal/build.py
libcloudforensics/providers/gcp/internal/cloudsql.py
libcloudforensics/providers/gcp/internal/common.py
libcloudforensics/providers/gcp/internal/compute.py
libcloudforensics/providers/gcp/internal/compute_base_resource.py
libcloudforensics/providers/gcp/internal/function.py
libcloudforensics/providers/gcp/internal/gke.py
libcloudforensics/providers/gcp/internal/log.py
libcloudforensics/providers/gcp/internal/monitoring.py
libcloudforensics/providers/gcp/internal/project.py
libcloudforensics/providers/gcp/internal/storage.py
libcloudforensics/providers/gcp/internal/storagetransfer.py
libcloudforensics/providers/utils/__init__.py
libcloudforensics/providers/utils/storage_utils.py
libcloudforensics/scripts/__init__.py
libcloudforensics/scripts/ebs_snapshot_copy_aws.sh
libcloudforensics/scripts/forensics_packages_startup.sh
libcloudforensics/scripts/forensics_packages_startup_aws.sh
libcloudforensics/scripts/utils.py
tests/__init__.py
tests/run_tests.py
tests/providers/__init__.py
tests/providers/aws/__init__.py
tests/providers/aws/aws_cli.py
tests/providers/aws/aws_mocks.py
tests/providers/aws/e2e.py
tests/providers/aws/e2e_cli.py
tests/providers/aws/test_forensics.py
tests/providers/aws/internal/__init__.py
tests/providers/aws/internal/test_common.py
tests/providers/aws/internal/test_ebs.py
tests/providers/aws/internal/test_ec2.py
tests/providers/aws/internal/test_log.py
tests/providers/aws/internal/test_s3.py
tests/providers/azure/__init__.py
tests/providers/azure/azure_cli.py
tests/providers/azure/azure_mocks.py
tests/providers/azure/e2e.py
tests/providers/azure/e2e_cli.py
tests/providers/azure/test_forensics.py
tests/providers/azure/internal/__init__.py
tests/providers/azure/internal/test_common.py
tests/providers/azure/internal/test_compute.py
tests/providers/azure/internal/test_monitoring.py
tests/providers/azure/internal/test_resource.py
tests/providers/azure/internal/test_storage.py
tests/providers/gcp/__init__.py
tests/providers/gcp/e2e.py
tests/providers/gcp/e2e_cli.py
tests/providers/gcp/gcp_cli.py
tests/providers/gcp/gcp_mocks.py
tests/providers/gcp/test_forensics.py
tests/providers/gcp/internal/__init__.py
tests/providers/gcp/internal/test_build.py
tests/providers/gcp/internal/test_cloudsql.py
tests/providers/gcp/internal/test_common.py
tests/providers/gcp/internal/test_compute.py
tests/providers/gcp/internal/test_compute_base_resource.py
tests/providers/gcp/internal/test_gke.py
tests/providers/gcp/internal/test_log.py
tests/providers/gcp/internal/test_monitoring.py
tests/providers/gcp/internal/test_storage.py
tests/providers/gcp/internal/test_storagetransfer.py
tests/scripts/__init__.py
tests/scripts/utils.py
tools/__init__.py
tools/aws_cli.py
tools/az_cli.py
tools/cli.py
tools/gcp_cli.py