h2o.set_s3_credentials {h2o} | R Documentation |
Creates a new Amazon S3 client internally with specified credentials.
Description
There are no validations done to the credentials. Incorrect credentials are thus revealed with first S3 import call.
Usage
h2o.set_s3_credentials(secretKeyId, secretAccessKey, sessionToken = NULL)
Arguments
secretKeyId |
Amazon S3 Secret Key ID (provided by Amazon) |
secretAccessKey |
Amazon S3 Secret Access Key (provided by Amazon) |
sessionToken |
Amazon Session Token (optional, only when using AWS Temporary Credentials) |
[Package h2o version 3.44.0.3 Index]