interface FormS3Credentials {
    credentials: AWSCredentials;
    s3: S3Configuration;
}

Properties

Properties

credentials: AWSCredentials