Every time the file is sent to S3 via mm_s3_send, the S3 -> putBucket is called without checking if bucket already exists.
In my case it put the permissions on bucket to defaults each time the file was uploaded to S3.
Two lines of code checking the existence of bucket added, see the patch.

CommentFileSizeAuthor
mm_s3.module.patch145 bytesevgeny.chernyavskiy
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

lord_of_freaks’s picture

Suscribing

arthurf’s picture

Status: Patch (to be ported) » Needs review

This was actually committed some time ago- it's also in the 6.2x branch as well.