Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

There is now a KRL Module for uploading text to Amazon S3. The module's RID is a41x174 and can be loaded like all other modules (User Defined Modules).

For example, this would load the module with the alias AWSS3

use module a41x174 alias AWSS3
with AWSKeys = keys:aws() 

When loading the module, be sure to define your AWS keys. There are two required keys, and should be defined like so:

key aws {
"AWSAccessKey": "AKIAIQGJGJ6GKM5GEWYQ",
"AWSSecretKey": "CkP8F0plrgjKZ35yJamn//A64Dz6CAKHriFj0zFm"
}

 

The Amazon S3 Module provides two functions and one actions.

 

getValue function

 

 

getType function

 

 

 

upload action

  • No labels