I have successfully modified the single object of the s3 using the following command
aws s3api put-object-acl --bucket private_doc --key private_125.jpg --acl private
How can I modify all the object's ACL to private whose name starts with the word private ?
I have the bucket name as document454. It consist of the objects as private_123.pdf,private_234.pdf,member_123.doc,member_234.doc.
How can I convert the ACL of the file name starting with the word private to the private mode?