Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error unmarshalling response back from AWS '4271162148' is not a valid integer value #19

Open
ageu opened this issue Dec 9, 2024 · 1 comment

Comments

@ageu
Copy link

ageu commented Dec 9, 2024

Hello Wagner

I get this error when I was reading list files from a Bucket

var request: IListObjectsV2Request := TListObjectsV2Request.Create;
request.BucketName := ServiceConfig.BucketName;
request.Prefix := ServiceConfig.FolderName;

var response := S3Client.ListObjectsV2(request);

Project ADJSafeBackup.exe raised exception class EAmazonUnmarshallingException with message 'Error unmarshalling response back from AWS
'4271162148' is not a valid integer value'.

I have one file in the bucket with 4GB
I think the error ocurs when try to get the file size.

Here I put the error stack
Error SDK AWS

Thank's for the great job!

@ageu
Copy link
Author

ageu commented Dec 12, 2024

Today I have fixed this error changing the size property from integer to double in the following files:

  • AWS.S3.Model.ObjectTypes
  • AWS.S3.Model.ObjectVersion
  • AWS.S3.Transform.ObjectUnmarshaller

Now is working fine

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant