The user has the option to look up the values for S3AccessID, S3AccessKey, and S3SecurityToken using Teradata Wallet. Items stored in Teradata Wallet are encrypted until used and the Teradata Access Module for S3 does not print values retrieved from Teradata Wallet when used. Information on how to install Teradata Wallet and how to store values in it is available elsewhere in the Teradata documentation suite.
To access the value of an item stored in Teradata Wallet, the name of the item is specified as “$tdwallet(name_of_item)”. For instance: S3AccessID=$tdwallet(tpts3_my_access_id) will retrieve the value associated with “tpts3_my_access_id” and use it as the value for S3AccessID. The names of items stored in Teradata Wallet which are to be used by the Teradata Access Module for S3 must start with “tpts3_”. The remainder of the name can be anything allowed by Teradata Wallet for a name. The user’s Teradata Wallet must be “unlocked” at the time the Teradata Access Module for S3 attempts to access the values from the wallet. Information on how to unlock the user’s wallet is included with the Teradata Wallet documentation.
An introduction to Teradata Wallet can be found in the following link: Introducing Teradata Wallet.
The Teradata Wallet application contains built-in documentation. Run: tdwallet help overview.