Posted by Ryan Palmer on May 31, 2010 at 8:01pm
6 followers
| Project: | Amazon S3 |
| Version: | 6.x-1.0 |
| Component: | Code |
| Category: | task |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | needs review |
Issue Summary
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.
| Attachment | Size |
|---|---|
| amazon_s3_d7_upgrade_01rp.patch | 8.36 KB |
Comments
#1
Here'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.
#2
is this a streamwrapper?
#3
no
#4
subscribe
#5
if #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 :)
#6
+1
#7
7.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.
#8
Hi 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?
#9
You'll have to git clone from here: http://drupal.org/node/494798/git-instructions
This only applies to D7.
#10
Here is a Amazon Stream wrapper which will more compatible with the D7 http://drupal.org/project/media_amazon
#11
@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!