Closed (fixed)
Project:
Media Mover
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
5 Dec 2008 at 21:07 UTC
Updated:
19 Dec 2008 at 22:51 UTC
Transfers fail with this error in logs:
S3::getObjectInfo(, ): [405] Unexpected HTTP status in /home/isuma/htdocs/2.0/sites/all/modules/media_mover/contrib/mm_s3/S3.php on line 428.
Problem is this on line 206 of mm_s3.module:
$info = $s3->getObjectInfo($test_bucket, baseName($test_upload));
should be (i think):
$info = $s3->getObjectInfo($bucket, baseName($file_name));
Comments
Comment #1
arthurf commentedThere were a few things going on here, but these are now fixed, along with correct file deletion. All changes are in CVS