Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 283 Bytes

File metadata and controls

5 lines (4 loc) · 283 Bytes

Notes

  • The async keyword is used in the Flask route for the DLP scan to support asynchronous operations.
  • Ensure you have the necessary AWS credentials configured for boto3 to access S3.
  • Replace the authenticate_async method with actual API credentials and handling as needed.