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

Cannot write file attributes for objects over 5GB #7824

Closed
cyberduck opened this issue Feb 27, 2014 · 1 comment
Closed

Cannot write file attributes for objects over 5GB #7824

cyberduck opened this issue Feb 27, 2014 · 1 comment
Assignees
Labels
bug fixed s3 AWS S3 Protocol Implementation
Milestone

Comments

@cyberduck
Copy link
Collaborator

20d9de1 created the issue

Attempting to change the attributes of an object larger than 5GB fails. Error message says:

Cannot write file attributes (/path/xxxobjectnamehere.mov).
The specified copy source is larger than the maximum allowable size for a copy source: 5368709120.

Stuff in the box (some redacted by xxxx):

HEAD /xxxobjectnamehere.mov HTTP/1.1
Date: Thu, 27 Feb 2014 19:38:14 GMT
Authorization: AWS xxxxxxxxxxxxxxxxxxxxxxxxx
Host: xxxxxxxxx.s3.amazonaws.com:443
Connection: Keep-Alive
User-Agent: Cyberduck/4.4.3 (Mac OS X/10.8.5) (x86_64)
HTTP/1.1 200 OK
x-amz-id-2: xxxxxxxxxxxxxxxxxxxxxxx
x-amz-request-id: 309139E898A8867C
Date: Thu, 27 Feb 2014 19:38:16 GMT
Last-Modified: Thu, 27 Feb 2014 14:52:34 GMT
ETag: "9ddf7df066109eb66d4e4f8e96507675-1485"
Accept-Ranges: bytes
Content-Type: video/quicktime
Content-Length: 7781748760
Server: AmazonS3
GET /?versioning HTTP/1.1
Date: Thu, 27 Feb 2014 19:38:15 GMT
Authorization: AWS xxxxxxxxxxxxxxxxxxxxxxxxxxxx
Host: xxxxxxxx.s3.amazonaws.com:443
Connection: Keep-Alive
User-Agent: Cyberduck/4.4.3 (Mac OS X/10.8.5) (x86_64)
HTTP/1.1 200 OK
x-amz-id-2: xxxxxxxxxxxxxxxxxxxx
x-amz-request-id: 2E2A04A24813B7B5
Date: Thu, 27 Feb 2014 19:38:17 GMT
Transfer-Encoding: chunked
Server: AmazonS3
GET /xxxobjectnamehere.mov?acl HTTP/1.1
Date: Thu, 27 Feb 2014 19:38:16 GMT
Authorization: AWS xxxxxxxxxxxxxxxxxxxxx
Host: xxxxxxxxx.s3.amazonaws.com:443
Connection: Keep-Alive
User-Agent: Cyberduck/4.4.3 (Mac OS X/10.8.5) (x86_64)
HTTP/1.1 200 OK
x-amz-id-2: xxxxxxxxxxxxxxxxxxxxxxx
x-amz-request-id: A6CDFC266C190933
Date: Thu, 27 Feb 2014 19:38:17 GMT
Content-Type: application/xml
Transfer-Encoding: chunked
Server: AmazonS3
PUT /xxxobjectnamehere.mov HTTP/1.1
Date: Thu, 27 Feb 2014 19:38:16 GMT
x-amz-copy-source: xxxxxxxxx%2path%2xxxobjectnamehere.mov
content-disposition: attachment
x-amz-metadata-directive: REPLACE
Content-Type: video/quicktime
Authorization: AWS xxxxxxxxxxxxxxxxxxxxxxxxx
Content-Length: 0
Host: xxxxxxxxxxxx.s3.amazonaws.com:443
Connection: Keep-Alive
User-Agent: Cyberduck/4.4.3 (Mac OS X/10.8.5) (x86_64)
HTTP/1.1 400 Bad Request
x-amz-request-id: FF17DD28D275C2D5
x-amz-id-2: xxxxxxxxxxxxxxxxxxxxxxxxxxxx
Content-Type: application/xml
Transfer-Encoding: chunked
Date: Thu, 27 Feb 2014 19:38:15 GMT
Connection: close
Server: AmazonS3
@cyberduck
Copy link
Collaborator Author

@dkocher commented

In 7b77f76.

@iterate-ch iterate-ch locked as resolved and limited conversation to collaborators Nov 26, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug fixed s3 AWS S3 Protocol Implementation
Projects
None yet
Development

No branches or pull requests

2 participants