AWS S3 Account Credentials

Use AWS S3 Account Credentials to establish a secure and authenticated connection from HCLUnO Agentic AI Builder solutions to Amazon Simple Storage Service (S3). This allows your agents to upload, download, or manage files in your S3 buckets.

Before you begin

Ensure the following prerequisites are met:

  • You have an AWS IAM user with sufficient S3 permissions (for example, s3:GetObject, s3:PutObject, s3:ListBucket).
  • You have generated and securely stored an Access Key ID and Secret Access Key for the IAM user.
Table 1. Mandatory fields
Option Description
Credential Name

A unique, user-defined name for this AWS S3 credential. This name is used to reference the credential within the HCL UnO Agentic AI Builder.

AWS Access Key ID

Your AWS Access Key ID — the public identifier of your AWS access key pair.

AWS Access Secret Key Your AWS Secret Access Key — the private part of the access key pair used to authenticate API requests.
Region The AWS region where your S3 bucket is hosted (e.g., us-east-1, ap-south-1).
Bucket Name Name of S3 bucket where files are stored. It must be globally unique across all AWS accounts.