I am thinking of serving user-specific static content from S3 — the user must authenticate in order to access their static content. Therefore, if user A has content c1, c2 and uses B, has c3, c4, only A should have access to c1, c2.
What a good way to do this? Is there a way to perform for each user / to authenticate a file in S3?
source
share