Closed
Description
Now we have the following checks to validate objects in AVS
https://github.com/leo-project/leo_object_storage/blob/develop/src/leo_object_storage_transformer.erl#L535-L539
however there can be some cases where Meta#?METADATA.csize is set to a large value over ?MAX_DATABLOCK_SIZE(=10MB) when uploading a large object through multipart upload and its multipart chunk size is set to > 10MB.
So we have to increase this hard limit over a theoretical limit which can be set to multipart chunk size in any aws-client.
Activity