Apply kms key over 1st folder level in s3 bucket. Each folder will have seperate kms key
In Aws,need help in implementing a scenario via aws sdk2 Or aws cli.
Scenario: I have s3 bucket with multiple folders and subfolders. Need to apply kms key only over 1st folder level. So that it restrict access to the sub-folder.
Only user who has specific
kmsKey will gain access to that folders and its sub-folder.