Model Data
----------
Data can be retrieved from the model object using the get() method of the
model (e.g., `$result->get($key)`) or "accessing the result like an
associative array (e.g. `$result['key']`). You can also execute JMESPath
expressions on the result data using the search() method.

{
    "Body": {},
    "DeleteMarker": false,
    "AcceptRanges": "bytes",
    "Expiration": "",
    "Restore": "",
    "LastModified": "2021-06-25T17:32:40+00:00",
    "ContentLength": 111321,
    "ETag": "\"25885b23be6be964e2cd4fbfee0a6a9c\"",
    "ChecksumCRC32": "",
    "ChecksumCRC32C": "",
    "ChecksumSHA1": "",
    "ChecksumSHA256": "",
    "MissingMeta": "",
    "VersionId": "",
    "CacheControl": "max-age=864000, public",
    "ContentDisposition": "",
    "ContentEncoding": "",
    "ContentLanguage": "",
    "ContentRange": "",
    "ContentType": "image\/jpeg",
    "Expires": "1970-01-01T00:00:00+00:00",
    "WebsiteRedirectLocation": "",
    "ServerSideEncryption": "",
    "Metadata": [],
    "SSECustomerAlgorithm": "",
    "SSECustomerKeyMD5": "",
    "SSEKMSKeyId": "",
    "BucketKeyEnabled": false,
    "StorageClass": "",
    "RequestCharged": "",
    "ReplicationStatus": "",
    "PartsCount": "",
    "TagCount": "",
    "ObjectLockMode": "",
    "ObjectLockRetainUntilDate": "1970-01-01T00:00:00+00:00",
    "ObjectLockLegalHoldStatus": "",
    "@metadata": {
        "statusCode": 200,
        "effectiveUri": "https:\/\/interuniversidades-s3.s3.sa-east-1.amazonaws.com\/public\/sitegroup_group\/d1\/77\/01\/f4c1379432966b616095680cab2ef8d1.jpg",
        "headers": {
            "x-amz-id-2": "UC+YdwnjRqlQq97XplsvGaNZuiOQYoTAOv0igWSSXS1o2DSQRj5siR7A3HkBKqUiaHPuK3pIMPaX50B8WFysei5VpxS51A5O",
            "x-amz-request-id": "XNTF05WP6WJ31587",
            "date": "Mon, 01 Jun 2026 17:03:38 GMT",
            "last-modified": "Fri, 25 Jun 2021 17:32:40 GMT",
            "etag": "\"25885b23be6be964e2cd4fbfee0a6a9c\"",
            "cache-control": "max-age=864000, public",
            "accept-ranges": "bytes",
            "content-type": "image\/jpeg",
            "content-length": "111321",
            "server": "AmazonS3"
        },
        "transferStats": {
            "http": [
                []
            ]
        }
    }
}
