### Describe the issue The head_object and get_object examples show that ContentLength is a string, but when I test locally, I get an integer ContentLength. It appears these examples are sourced from: * https://github.com/boto/botocore/blob/96cb85ea411b9a5b614ca23cf172f2c552275ab6/botocore/data/s3/2006-03-01/examples-1.json#L735 * https://github.com/boto/botocore/blob/96cb85ea411b9a5b614ca23cf172f2c552275ab6/botocore/data/s3/2006-03-01/examples-1.json#L762 * https://github.com/boto/botocore/blob/96cb85ea411b9a5b614ca23cf172f2c552275ab6/botocore/data/s3/2006-03-01/examples-1.json#L937 ### Links * https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/s3/client/head_object.html * https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/s3/client/get_object.html
Describe the issue
The head_object and get_object examples show that ContentLength is a string, but when I test locally, I get an integer ContentLength.
It appears these examples are sourced from:
botocore/botocore/data/s3/2006-03-01/examples-1.json
Line 735 in 96cb85e
botocore/botocore/data/s3/2006-03-01/examples-1.json
Line 762 in 96cb85e
botocore/botocore/data/s3/2006-03-01/examples-1.json
Line 937 in 96cb85e
Links