h2o.set_s3_credentials: 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)
Arguments
secretKeyId
Amazon S3 Secret Key ID (provided by Amazon)
secretAccessKey
Amazon S3 Secret Access Key (provided by Amazon)