S3 access rights for thumbnails generation

Hello ! I’m new to tagspaces, the app works perfectly with my admin rights but I’d like to create a specific user profile to reduce potential unwanted deletions, etc
My use case: browsing through subfolders with images, specifically I use thumbnails quite a lot - I noticed tagspaces generates .ts folders to store them. I’ve tried to use the policy below which doesn’t work but I don’t know which policy is missing, could you help ?

{ "Version": "2012-10-17", "Statement": [ { "Sid": "VisualEditor0", "Effect": "Allow", "Action": [ "s3:GetObject", "s3:ListBucket" ], "Resource": "arn:aws:s3:::bucket" }, { "Sid": "AllowWriteDeleteInTsFolders", "Effect": "Allow", "Action": [ "s3:PutObject", "s3:DeleteObject", "s3:PutObjectAcl", "s3:GetObjectAcl" ], "Resource": [ "arn:aws:s3:::bucket/*/.ts/*" ] } ] }

Tahnk you for your help

Hi, and thanks for this question. Unfortunately this is a very AWS specific question and I am not able to give you an advise…