| Step Details |
| Introduced in Version | 9.24 |
| Last Modified in Version | -- |
| Location | Integration > Amazon AWS > S3 |
The GetObjectMetadata step retrieves the VersionId of an object before passing it to any Textract S3 step that accepts an optional objectVersion. Amazon Textract is an AWS service that automatically reads and extracts text, data, and tables from documents and images.
Prerequisites
Properties
Inputs
| Property | Description | Data Type |
|---|
| Bucket Name | Allows Users to specify a Bucket Name for an S3 Object. | String |
| Key | Allows Users to specify an S3 Object Key. | String |
| Object Version | Allows Users to specify an S3 Object Version. | String |
| Region | Allows Users to specify a region. | AmazonAWSRegion |
| Override Role Credentials | Allows Users to override role credentials. | AssumeRoleCredentials |
Override Settings
| Property | Description | Data Type |
|---|
| Access Key ID | Allows Users to specify an Access Key ID for an AWS account. | String |
| Secret Access Key | Allows Users to specify a Secret Access Key for an AWS account. | String |
Outputs
| Property | Description | Data Type |
|---|
| GetObjectMetadata1_Output | Retrieves S3ObjectMetadataData, which includes: - VersionId
- ETag
- ContentType
- ContentLength
- LastModified
- Custom Metadata key/value pairs.
| S3ObjectMetadataData |

Step Changes
| Description | Version | Date | Developer Task |
|---|
| The AWS module has been updated with 9 additional steps that allow Users to access the Textract API. | 9.24 | April 2026 | [DT-047247] |