I need to allow an anonymous user to access a single folder in the Amazon S3 bucket by providing an STS Token.
I found a guide on how to provide an access to a user-specific folders in one bucket based on policies and policy variables. There you use long-term user keys. Would that be possible to implemented something similar but using the STS tokens and only one user vs. multiple users each having their own folders?