Shashank Gupta created JCR-3816:
-----------------------------------
Summary: [aws-ext]S3DS not able update lastModified of record > 5GB
Key: JCR-3816
URL: https://issues.apache.org/jira/browse/JCR-3816
Project: Jackrabbit Content Repository
Issue Type: Bug
Reporter: Shashank Gupta
The exception logged in logs
{code}
at java.lang.Thread.run(Thread.java:745)
Caused by: com.amazonaws.services.s3.model.AmazonS3Exception: Status Code: 400,
AWS Service: Amazon S3, AWS Request ID: C4299BC0572F0A9D, AWS Error Code:
InvalidRequest, AWS Error Message: The specified copy source is larger than the
maximum allowable size for a copy source: 5368709120, S3 Extended Request ID:
0zgomCjEqYZY25NYvTltw6rJOjp8Rog/Urs5vlLXVQq+rCLFi/4xROikfPWuXEA5ITWL5W9BYJI=
at
com.amazonaws.http.AmazonHttpClient.handleErrorResponse(AmazonHttpClient.java:773)
at
com.amazonaws.http.AmazonHttpClient.executeHelper(AmazonHttpClient.java:417)
at
com.amazonaws.http.AmazonHttpClient.execute(AmazonHttpClient.java:229)
at
com.amazonaws.services.s3.AmazonS3Client.invoke(AmazonS3Client.java:3398)
at
com.amazonaws.services.s3.AmazonS3Client.copyObject(AmazonS3Client.java:1491)
at org.apache.jackrabbit.aws.ext.ds.S3Backend.exists(S3Backend.java:293)
... 329 more
{code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)