Copy and Sync S3 error "The value of "size" is out of range"
Applies to
- BlueXP Copy & Sync
- StorageGRID
Issue
- BlueXP Copy & Sync is not transferring data for a StorageGRID S3 to S3 Sync when S3 Partsize value is set beyond 1GB in local.json.
Example:
{
"protocols": {
"s3": {
"partSize": "5GB",
"part-size-s3-to-s3": "5GB"
}
}
}
- Error seen in databroker logs:
[2024-09-17T04:32:53.370] [ERROR] [TRANSFERRER] [3] [23624] Got uncaught exception The value of "size" is out of range. It must be <= 1GiB. Received 2147483648