Beyond the Basics of Using AWS S3 in CFML: Editing Tags and Using S3 Object Metadata
In the last post in this series, we looked at how to add tags to an object uploaded to S3 via the AWS Java SDK. What if you need to change those tags? Are tags the only way to add metadata to objects in S3? Let’s file out.
From: Brian Klaas