This repository shows how to use the V1FS Python SDK to create stacks that automatically scan files across different cloud storage services.
| Cloud | Storage Type | Link |
|---|---|---|
| AWS | S3 | AWS/s3 |
| AWS | EFS | AWS/efs |
| GCP | Cloud Storage | GCP/storage |
| Azure | Blob Storage | Azure/blob-storage |
- Vision One account (Sign up for a free trial)
- API key with Run file scan via SDK permissions
- Terraform CLI
- Cloud CLI for your platform:
- AWS: AWS CLI
- GCP: gcloud CLI
- Azure: Azure CLI
Each cloud directory contains Terraform configurations that deploy serverless functions to scan files on upload. See the individual README files in each directory for specific deployment instructions.