For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
The AWS S3 integration lets you forward data to an S3 bucket further analysis. This lets you leverage HUMAN data alongside your existing logs and metrics within your AWS instance. You can use the AWS S3 integration to create a data export or trigger it with a data export action.
Replace YOUR_BUCKET_NAME with the same bucket name you provided in Step 4.
Full bucket policy example
1
{
2
"Version": "2012-10-17",
3
"Statement": [
4
{
5
"Sid": "AllowHSDataExportRole", // HUMAN value
6
"Effect": "Allow",
7
"Action": "s3:*",
8
"Principal": {
9
"AWS": "arn:aws:iam::442426886265:role/HSDataExport" // HUMAN ID and role
10
},
11
"Action": [
12
"s3:GetObject",
13
"s3:PutObject",
14
"s3:ListBucket",
15
],
16
"Resource": [
17
"arn:aws:s3:::YOUR_BUCKET_NAME", // Same bucket name as you provided in the HUMAN console
18
"arn:aws:s3:::YOUR_BUCKET_NAME/*" // Same bucket name as you provided in the HUMAN console
19
]
20
}
21
]
22
}
Click Test Connection.
Once the test succeeds, click Save changes.
You have successfully configured an AWS S3 integration. Make sure to use the integration to create a data export or trigger it with a data export action.
Supported path patterns
Pattern
Path Value
Example
{yyyy}
Four digit year value
2022
{mm}
Two digit month value
02
{dd}
Two digit day
16
{appId}
Activity’s App ID
PX12AB34CD
Path patterns allow the following characters:
a-z
A-Z
0-9
-, /, !, \, _, ., \, *, ', ()
For example, for the date February 2, 2022, the path pattern would resolve to: 2022/02/16/production/PX12AB34CD.
File name patterns
File names generated by HUMAN follow the following pattern: {guid}_{appId}_{startTimestamp}_{endTimestamp}.
For example, for a file name of 7bd6079a-b5e4-4788-93c5-b939549ce5be_PX3tHq532g_1645014120000000000_1645014180000000000**, the values would be: