Hi Team,
I am integrating the Adobe PDF Embed API into my Next.js application to display PDF files securely.
Problem
My PDFs are stored in AWS S3 buckets with private access (not public URLs).
I want to display these PDFs in my frontend via Adobe Embed API securely.
Additionally, I want to implement versioning, so if the PDF is updated in S3, it reflects appropriately without exposing public URLs.
Current Implementation Attempt
I generate pre-signed URLs from S3 to provide temporary access to files.