Introduction
The package and module s3 allow objects to be uploaded to and downloaded from an Amazon AWS S3 service, or a compatible third-party service that supports the AWS Signature Version 4 authentication method. This functionality is available from local models as well as models running in supported components on the FICO Decision Management Platform (DMP).
When not using DMP, you will need to provide your own credentials (in the form of an access key id, secret key and optional session token) to allow access to an Amazon S3 service.
This document assumes that the reader is familiar with the basic concepts of the Amazon S3 service. If not, please consult the documentation available online, for example:
https://aws.amazon.com/s3
Getting Started with Amazon Simple Storage Service