Hi there
I have a few custom modules that make use of Amazon S3 module, one of which is a Drupal 7 module. I've attached a small patch to upgrade this module to Drupal 7. I realize there may be bigger aspirations for this module, so it is what it is.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | amazon_s3.zip | 39.93 KB | jdelaune |
| amazon_s3_d7_upgrade_01rp.patch | 8.36 KB | Ryan Palmer |
Comments
Comment #1
jdelaune commentedHere's a more complete D7 module port. I've also added some of the functionality found in the Amazon S3 Logs module. Pretty basic stuff but I'll attach it here for anyone interested. The maintainer may use it if wanted.
Comment #2
hypertext200is this a streamwrapper?
Comment #3
jdelaune commentedno
Comment #4
jeffwidman commentedsubscribe
Comment #5
rickmanelius commentedif #1 is working, can we just put this as the official project? My client always gets weirded out when there isn't an official package released :)
Comment #6
yugongtian commented+1
Comment #7
Ryan Palmer commented7.x-1.x-alpha1 release created based on my upgrade patch above.
http://drupal.org/node/1141938
I've created a 2.x branch for the zip files in #1 above. Please clone and test this branch, and I'll roll a release if it all looks ok. I'm currently traveling for work and won't be able to test this for at least the next week.
Comment #8
rickmanelius commentedHi Ryan.
The post in #7 is still not clear to me. I see the 7.x-1.x-alpha1, but don't see the 2.x branch. Should we just test the alpha or is there another version we should be looking at instead?
Comment #9
Ryan Palmer commentedYou'll have to git clone from here: http://drupal.org/node/494798/git-instructions
This only applies to D7.
Comment #10
hypertext200Here is a Amazon Stream wrapper which will more compatible with the D7 http://drupal.org/project/media_amazon
Comment #11
rickmanelius commented@heshan.lk
Thanks, that sounds better actually, as media module integration would be a higher priority for me, but I will also need this module too for a more generic approach outside of the media module. Both will serve different needs for me!