The Amazon S3 via Environment Variables account type lets TntDrive load AWS credentials from environment variables instead of storing them in the account configuration.
TntDrive reads the variables in the TntDrive Service process and uses the credentials to sign requests to Amazon S3. This account type is useful when credentials are provisioned outside TntDrive and exposed to the Windows service through system environment variables.
TntDrive uses the same variable names as AWS CLI and AWS SDKs.
Configure AWS credential environment variables
AWS_ACCESS_KEY_ID - the AWS access key ID. This variable is required.
AWS_SECRET_ACCESS_KEY - the secret access key associated with the access key ID. This variable is required.
AWS_SESSION_TOKEN - the session token. This variable is required when using temporary security credentials and should be omitted for long-term credentials.
Define these values as Windows System variables. Variables defined only for the current user, Command Prompt, or PowerShell session are not available to TntDrive Service.
After adding or changing a variable, choose Tools > TntDrive Service > Restart in TntDrive Dashboard. TntDrive caches the values visible to the service process for three seconds.
Grant the credentials only the Amazon S3 permissions required for the buckets and operations that TntDrive will use.
TntDrive is developed by Netsdk Software FZE and is not affiliated with, endorsed by, or sponsored by Amazon or AWS. Amazon S3 and Amazon S3 Glacier are trademarks of Amazon.com, Inc. or its affiliates.