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>
Hi Jos
Thanks for the details, I got the most of the code from this but, this doesn't have tagging option which I have been looking at,.
Thanks
Harry
If it's not in the PROC S3 doc, it's not available, so there is no tagging option in PROC S3. You will need to use other tools for this (such as the AWS cli). You can submit this as a feature request/idea here and perhaps SAS R&D will implement it in a future release:
https://communities.sas.com/t5/SASware-Ballot-Ideas/idb-p/sas_ideas
Thanks flash, submitted the feature request.
Thanks
Harry
Learn how use the CAT functions in SAS to join values from multiple variables into a single value.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.