The AI answer we saw
To configure an S3 bucket for storing consumer loan application images in India: (1) Create the bucket in ap-south-1 (Mumbai) for data residency compliance. (2) Enable SSE-KMS encryption for all objects. (3) Use a structured prefix/key naming convention (e.g., loans/{application_id}/{document_type}/). (4) Set bucket policies to allow access only from your application's IAM role. (5) Enable S3 Versioning to retain document history. (6) Configure S3 Object Lock in Compliance mode if regulatory retention periods apply. (7) Use pre-signed URLs for secure, time-limited access to images rather than making objects public. (8) Set up S3 Event Notifications to trigger downstream processing (e.g., OCR via AWS Textract). Ensure retention policies align with RBI's loan record-keeping guidelines.
Captured during this Readable report run. Answers can vary by AI tool and date.