Hi SAS Community, I was working in configuring and connecting from SAS to AWS S3 to get and put data. While putting data, we have to add --tagging option I was wondering if any one is aware of the option we have to use for this in proc s3. Below is example AWS CLI command: 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>
... View more