Reputation: 52
Its mentioned in google cloud documentation that maximum 0.5MB file size can be inspect/scanned as in memory files. For file size greater than lets say 2 MB, we need to upload the file on cloud storage and read/inspect it from there only. I see the code logic mentioned in the doc is not real-time processing. Is it possible to do real time scanning for larger file sizes here? Thanks
https://cloud.google.com/dlp/docs/inspecting-storage#inspecting-gcs
Upvotes: 0
Views: 133
Reputation: 995
How big do you need to go? Can you break up the files and send parts of them?
Upvotes: 0