Want to integrate with the Amazon S3 Web Service? Looking to save some time on development and integration?
We can provide support and a code base to work from.
Example:
<cfcomponent
displayname="AlexaWS"
hint="Alexa Web Services"
output="false"
version="1">
<!--- Set instance variables --->
<!---
--->
<cfscript>
variables.constant.BASE_DOMAIN = "amazonaws.com";
variables.constant.ACCESS_KEY = "CD6GD8HY6";
variables.constant.SECRET_ACCESS_KEY = "dfgdfg44rhgdfH4343";
variables.instance.subDomain = "";
variables.instance.action = "";
variables.instance.signature = "";
variables.instance.timeStamp = "";
</cfscript>…