Closed (outdated)
Project:
Amazon Web Services
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
4 Jun 2011 at 21:29 UTC
Updated:
3 Sep 2022 at 14:31 UTC
Jump to comment: Most recent
Comments
Comment #1
geerlingguy commentedMaybe consider merging this project with AWS SDK for PHP? Though that project is newer, it is already in use by 10x as many sites...
There's also the Creeper module for AWS SDK support. I don't see any reason why we have so many modules that do the same thing... See: #1125984: Suppercede creeper project with awssdk.
Comment #2
boombatower commentedsubscribe
Comment #3
dragonwize commentedSounds good to me. Since there is a little unknown use in this module, for now I will just post a note on the project page. Though it does seem bad to have this namespace go to waste.
Comment #4
geerlingguy commentedYeah :(
I really wish there were some way of merging names, as this seems to happen with almost every API in existence :-/
Comment #5
yasI checked awssdk module and AWS SDK for PHP, then I realized as follows:
I think we can take an approach to use awssdk for our next development for D7 by not using both REST Client and aws_ec2_api... aws_ec2_lib module for UI and DB is still necessary.
Comment #6
boombatower commentedIf anything another module or this one should be built to simply house the database stuff on top of awssdk (module). The awssdk module's goal is simply to provide drupal integration (ie. configuration and libraries) so you can use it directly in Drupal using the standard libraries interface. We could include the database stuff in a submodule as it seems to simply be a deeper integration, but someone would need to write a patch.
Comment #7
wizonesolutionsMaybe a 7.x branch should be created for this because it's currently categorized as 6.x, but there is no 6.x version of awssdk.
Comment #8
wizonesolutionsYikes...after looking at the code of this module (which I thought used the Amazon SDK), I fully support merging it with AWSSDK and backporting. I'm going to look at AWSSDK and see if backporting that is feasible actually...
Comment #9
yasYes, please look at awssdk module.
Comment #10
wizonesolutionsI plan to make a simple Drupal 6 port: http://drupal.org/project/1333762. I post it here in case anyone wants to collaborate.
Comment #11
wizonesolutionsAn update that my work will be with the standalone FPS library instead, since it's not in the AWS SDK :( - I'm going to try to get it into AWSSDK anyway, but otherwise will release it as its own integration module.
Comment #12
davisben