Reply To: How to tag individual files on upload to S3?
March 3, 2022 at 3:59 am Reply
Customer
Thanks again, Gary. That file went into the bucket with the correct storage class.
I added a line before the storage class with the tagging argument
$args[‘Tagging’] = ‘Key1=Test’;
It doesn’t like this line, and this is where I’m seeing the perpetual ‘spinner’ once again.
My need for tagging isn’t critical. My main objective was to get the StorageClass working properly, which it is, but it would be nice to be able to resolve this tagging requirement.
Thanks
Martin