Opened on Jun 1, 2016 at 8:37:51 PM
Closed on Jun 3, 2016 at 1:59:11 PM
Last modified on Jun 3, 2016 at 1:59:19 PM
#9578 closed defect (fixed)
Can't copy files larger than 100MB, folder to folder on S3
Reported by: | dwdusharme | Owned by: | dkocher |
---|---|---|---|
Priority: | normal | Milestone: | 5.0.1 |
Component: | s3 | Version: | 5.0 |
Severity: | normal | Keywords: | |
Cc: | Architecture: | ||
Platform: |
Description
Hello I have video files that I want to copy from folder to folder on Amazon S3. If the files are less than 100MB they copy just fine. If they are greater than 100MB they appear to copy but:
- The file size shows as greater than 1GB (when it is 100.4MB or so)
- If you download the file (video) and try to run it, it won't. But those less than 100MB download and run just fine
- If I copy paste the HTTP URL into browser I get something like this:
<Error><Code>AccessDenied</Code><Message>Access Denied</Message><RequestId>C879716E1BBF10CF</RequestId><HostId>sB6gEIUi+QQOjwgBc/HRXK6GzZrz91We1qXePJ2dfomDPi6OaZCor2iWyL5Eat3e</HostId></Error>
As I said, any file less than 100MB copied from folder to folder works fine. Thanks
Change History (5)
comment:1 Changed on Jun 2, 2016 at 7:43:20 AM by dkocher
- Component changed from core to s3
- Milestone set to 5.1
- Owner set to dkocher
comment:2 Changed on Jun 2, 2016 at 8:14:07 AM by dkocher
comment:3 Changed on Jun 2, 2016 at 2:00:53 PM by dwdusharme
Is there a workaround?
comment:4 Changed on Jun 3, 2016 at 1:59:11 PM by dkocher
- Resolution set to fixed
- Status changed from new to closed
In r20815.
comment:5 Changed on Jun 3, 2016 at 1:59:19 PM by dkocher
- Milestone changed from 5.1 to 5.0.1
Note: See
TracTickets for help on using
tickets.
This must be a bug in multipart copy feature which is used for files larger than 100MB.