Closed (fixed)
Project:
AWS SDK for PHP
Version:
7.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Reporter:
Created:
3 Apr 2011 at 15:45 UTC
Updated:
27 Apr 2011 at 12:51 UTC
Jump to comment: Most recent file
There is a module that does this already.
http://drupal.org/project/creeper
Why not work with them?
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | 1114744-configuration.patch | 2.92 KB | boombatower |
Comments
Comment #1
boombatower commentedThe other module does not integrate with libraries api, no make file, etc and when I looked had no d7 plans didn't even seem like it was useful not to mention poorly named. Having releases to wrap each update to the library from Amazon is handy and allows drush make scripts to build everything automatically while allowing for specific versions to be specified.
I am happy to collaborate, about the only thing useful the other module provides is the variables for configuration although I need to look at how the library detects that file as it may not be very useful.
If the two are to to merged (both projects are tiny) I think a logical name would be better then creeper. Feel free to cross-post this in the creeper queue or move this issue over there.
Comment #2
boombatower commentedStarted a general discussion: http://groups.drupal.org/node/139744.
Comment #3
boombatower commentedAfter discussion it appear we will merge in variables support and then move all modules that depend on creeper to awssdk project.
Sounds like creeper just provides a template aws.config.inc.php file with variable_get()'s. Curious if we can do anything using libraries API to detect when library is being loaded and automatically include a template version of the file.
Comment #4
boombatower commentedThe following patch works beautifully and will automatically be loaded along with SDK.
Comment #5
boombatower commentedCommitted, along with hook_requirments(). :)
Comment #6
boombatower commentedSince we have no idea how long it will be before a new AWSSDK is release I went ahead and updated the current stable release.