Hi team,
We have a AWS IAM Compliance while uploading a file into S3 bucket of adding tag.
Would like you to add this as feature for PROC S3 below is example from AWS CLI
aws s3api put-object --bucket <bucket_name>
--server-side-encryption aws:kms --ssekms-key-id <arn_key_id>
--key <filename> --region us-east-1 --tagging <value>
Thanks
Harry