Reputation: 984
I need to upload a file via browser to an S3 bucket - this will be via an authenticated application.
Is there anyway to capture the details of the authenticated user who uploads the file from AWS - say in an S3 event, or encoding meta-data and associating it with the file via the upload?
Ideally, I'd like to pass the data via an SQS message along with the upload notification.
Upvotes: 1
Views: 285