Opened on Jun 15, 2017 at 3:52:53 AM
Closed on Jun 26, 2017 at 1:49:51 PM
Last modified on Oct 21, 2018 at 2:51:02 PM
#9983 closed defect (fixed)
Unable to rename S3 files larger than 5 GB
Reported by: | mwoods | Owned by: | dkocher |
---|---|---|---|
Priority: | normal | Milestone: | 6.1.0 |
Component: | s3 | Version: | 6.0.4 |
Severity: | normal | Keywords: | |
Cc: | Architecture: | Intel | |
Platform: | macOS 10.12 |
Description (last modified by dkocher)
I can upload large files just fine but if I try to rename them I get the following error:
The specified copy source is larger than the maximum allowable size for a copy source: 5368709120. Please contact your web hosting service provider for assistance.
I know that S3 can't actually rename files and forces you to copy and delete them behind the scenes but surely there must be a way of moving or renaming a large file after upload? It would be bizarre if that were not possible.
Change History (6)
comment:1 Changed on Jun 16, 2017 at 7:34:04 AM by dkocher
- Milestone set to 6.1
- Owner set to dkocher
- Status changed from new to assigned
comment:2 Changed on Jun 16, 2017 at 2:00:09 PM by dkocher
comment:3 Changed on Jun 16, 2017 at 11:23:46 PM by mwoods
No, my endpoint is s3.amazonaws.com.
comment:4 Changed on Jun 26, 2017 at 12:54:02 PM by dkocher
- Description modified (diff)
comment:5 Changed on Jun 26, 2017 at 1:49:51 PM by dkocher
- Resolution set to fixed
- Status changed from assigned to closed
In r41576.
comment:6 Changed on Oct 21, 2018 at 2:51:02 PM by dkocher
- Milestone changed from 6.1 to 6.1.0
Milestone renamed
Note: See
TracTickets for help on using
tickets.
We use multipart copy for bigger files to workaround this limitation of S3. Is your endpoint different from s3.amazonaws.com?