You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Thank's for the great job!
The text was updated successfully, but these errors were encountered:
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
Thank's for the great job!
The text was updated successfully, but these errors were encountered: