Accelerator AWS Storage System API
Data mappings
This document provides information generated from the DataWeave scripts included in the project, such as function definitions, variable definitions, and data mapping tables.
Module | Description |
---|---|
map-list-objects-response | List Objects Mapping |
map-list-objects-response
List Objects Mapping
Source:
./src/main/resources/dwl/map-list-objects-response.dwl
Mapping Tables
Maps Response from Amazon S3 List Objects to Accelerators ObjectList
Accelerators ObjectList | Amazon S3 List Objects | Description |
---|---|---|
folderPath | keyPrefix | The path representing the folder this object list is from |
keyPrefix | keyPrefix | The name prefix of the object |
startAfterKey | startAfterKey | The name of the object immediately preceeding this list |
objectEntries.objectTag | ETag | The entity hash tag of the object |
objectEntries.objectKey | key | The name of the object |
objectEntries.objectSize | size | The size (in bytes) of the object |
objectEntries.lastUpdatedDate | lastModified | The date and time the object was created or last modified |