Amazon web services – No method for setObjectAcl in AWS Java SDK v2.x
I am upgrading a legacy java application that used AWS SDK v1.5 for S3 operations, and one of the functions it had to do was to change an objects ACL, from private to public-read, based on certain conditions. The v1.5…