h2o.set_s3_credentials: Creates a new Amazon S3 client internally with specified...

View source: R/import.R

h2o.set_s3_credentialsR 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)


h2o documentation built on Aug. 9, 2023, 9:06 a.m.