Changes between Initial Version and Version 4 of Ticket #9983
- Timestamp:
- Jun 26, 2017 12:54:02 PM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #9983
- Property Owner set to dkocher
- Property Status changed from new to assigned
- Property Milestone changed from to 6.1
-
Ticket #9983 – Description
initial v4 1 1 I can upload large files just fine but if I try to rename them I get the following error: 2 2 3 "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." 3 4 {{{ 5 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. 6 7 }}} 4 8 5 9 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.