Slides and Recording from My ColdFusion Developer Week Presentation on Advanced Features of S3

I’m grateful that I’ve spoken at Adobe’s ColdFusion Developer Week over the years.

From: Brian Klaas

Resources from Scalable, Responsive Apps and Services with Queues and Pub/Sub Mechanisms

In spite of the pandemic, the Adobe ColdFusion team held not one but two virtual conferences this calendar year about all things ColdFusion.

From: Brian Klaas

Resources from My ColdFusion Summit 2020 Presentation on cflambda

This week, I’m speaking at the ColdFusion Summit 2020 about “Building Serverless ColdFusion Applications with cflambda.

From: Brian Klaas

Slides and Recording from my CFMeetup Presentation: I Didn’t Know S3 Could Do That!

Thanks to the amazing Charlie Arehart for hosting me on last week’s CFMeetup.

From: Brian Klaas

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

Beyond the Basics of Using AWS S3 in CFML: The Why and How of Adding Tags to Your Files

As anyone who has worked in any of the major cloud service providers will tell you, there will be ever-increasing sprawl the more you use a cloud provider: more files, more servers, more databases, more accounts, more services, more everything.

From: Brian Klaas

Beyond the Basics of Using AWS S3 in CFML: File Versioning in S3 Buckets

When editing files of any kind, users of modern applications expect to have access to previous versions of the file, and undo work that they don’t like or made in error.

From: Brian Klaas

Beyond the Basics of Using AWS S3 in CFML: Use Lifecycle Rules to Automatically Delete Files After a Period of Time

In the last post in this series, we looked at Lifecycle Rules in S3, how they worked, and how you can use them to save money by automatically moving less-frequently used files to different (and cheaper) storage classes.

From: Brian Klaas

Beyond the Basics of Using AWS S3 in CFML: Use Lifecycle Rules to Move Files Into Different Storage Classes

In my last post in this series, we looked at using different storage classes in S3 via CFML to save money on long-term storage costs.

From: Brian Klaas