Which solution will meet these requirements?

1 Comment

  1. Jennifer
    Author

    If memory serves me right, the answer is:
    Insert an item for each S3 key, label, and user combination into an Amazon DynamoDB table. Create a global secondary index with the username as the partition key and the label as the sort key. Call the QueryItem API on the index to find all the objects that share the username and label value

Leave a Reply

Your email address will not be published. Required fields are marked *

12 + 2 =