Trouble tagging object in S3 with php SDK 3 – PHP Versions
I'm trying to set a tag on an object in an AWS S3 bucket using the AWS PHP SDK V3. I can read them OK once I manually set, by doing the following: $objecttagged = $s3client->getObjectTagging([ 'Bucket' => 'mybucketname', 'Key'…