brianklaas / ctlS3Utils

A simple utility to create signed S3 requests with optional custom headers.
10 stars 4 forks source link

CTL S3 Signing Utility

The sole purpose of this CFC is to create signed AWS S3 URLs so that you can add request headers to S3 requests.

For more information about adding request headers to GET requests in S3, see the Amazon S3 docs.

Requirements

This component relies on version 1.11.x (or later) of the AWS Java SDK. It will not work with version 2 of the AWS Java SDK. Please review this blog post to find out how to add the AWS Java SDK to your ColdFusion instance.

Methods

There are two methods to this component:

init()

Required Arguments

createSignedURL()

Required Arguments

Optional Arguments