Index: contrib/mm_s3/mm_s3.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/media_mover/contrib/mm_s3/Attic/mm_s3.module,v
retrieving revision 1.1.2.2.2.27
diff -u -p -r1.1.2.2.2.27 mm_s3.module
--- contrib/mm_s3/mm_s3.module	30 Nov 2009 16:52:08 -0000	1.1.2.2.2.27
+++ contrib/mm_s3/mm_s3.module	30 Nov 2009 19:54:28 -0000
@@ -348,7 +348,6 @@ function mm_s3_send($file, $configuratio
 
   // set the permisisons
   $perms = $configuration['mm_s3_perm'] ? $configuration['mm_s3_perm'] : ACL_PUBLIC_READ;
-  $perms = constant('S3::'. $perms);
 
   // Create the bucket on S3 if it does not exist
   $s3->putBucket($bucket, $perms);
@@ -491,4 +490,4 @@ function mm_s3_xspf_playlist_add($action
     break;
   }
   return $items;
-}
\ No newline at end of file
+}
