The OSS SDK for PHP provides a library for developers working with Aliyun OSS(Open Storage Service).
Aliyun OSS is an open storage service provided by Aliyun Company which owned by Alibaba Group.
Other modules may build full feature upon this module. For example: make oss the storage for drupal site's files.
Similar module: AWS SDK
Project Page
git clone --branch 7.x-1.x http://git.drupal.org/sandbox/csunny/2015135.git osssdk
Comments
Comment #0.0
csunny commentedupdate git link
Comment #1
PA robot commentedThere are some errors reported by automated review tools, did you already check them? See http://ventral.org/pareview/httpgitdrupalorgsandboxcsunny2015135git
We are currently quite busy with all the project applications and we prefer projects with a review bonus. Please help reviewing and put yourself on the high priority list, then we will take a look at your project right away :-)
Also, you should get your friends, colleagues or other community members involved to review this application. Let them go through the review checklist and post a comment that sets this issue to "needs work" (they found some problems with the project) or "reviewed & tested by the community" (they found no major flaws).
I'm a robot and this is an automated message from Project Applications Scraper.
Comment #2
Vasiliy Grotov commentedHello.
Please, check Coder's report:
osssdk.module
Comment #3
chrisscudder commentedCreate osssdk.install
hook_install
variable_set('oss_key_id','');
.. oss_key_secret
hook_uninstall
variable_del as above.
Thanks
Comment #4
csunny commentedHello friends,
I have fixed the above issues and please review it.
Thanks
Comment #5
sergeypavlenko commentedHello.
PAReview found many of errors, please correct them - http://ventral.org/pareview/httpgitdrupalorgsandboxcsunny2015135git-7x-1x
Also, you will need to remove the master branch.
Comment #6
csunny commentedHello,
I have fixed all the issues and please review it.
Thanks
Comment #7
fluxsauce commentedhttp://ventral.org/pareview/httpgitdrupalorgsandboxcsunny2015135git is currently passing.
https://drupal.org/sandbox/csunny/2015135
What functionality does this module actually provide? I don't see that it does anything other than describe itself to libraries and links back to Aliyun OSS.
Comment #8
csunny commentedThis is module is a 'rewrite' of AWS SDK for PHP module to work with Aliyun OSS.
Thanks for suggestion!
Comment #9
kscheirerPlease let us know if you'd like to see this project promoted without granting you git vetted user status. Or set back to "needs review" if you add more code. The AWK SDK module for example provides tests and a UI submodule.
----
Top Shelf Modules - Crafted, Curated, Contributed.
Comment #10
csunny commentedHi,
I have added more code:
Thanks!
Comment #11
kscheirerIn osssdk_install() you don't need to set default values for your variables. You can still provide those defaults when you read them with variable_get('varname', 'defaultvalue').
No blocking issues found - the test could be improved though. Currently I think it's just a repeat of hook_requirements?
----
Top Shelf Modules - Crafted, Curated, Contributed.
Comment #12
csunny commentedI have Removed setting default values for variables in hook_install().
Thanks
Comment #13
kscheirerIt's been a month without any problems reported, so I'm promoting this myself as per https://drupal.org/node/1125818.
Thanks for your contribution, csunny!
I updated your account to let you promote this to a full project and also create new projects as either a sandbox or a "full" project.
Here are some recommended readings to help with excellent maintainership:
You can find lots more contributors chatting on IRC in #drupal-contribute. So, come hang out and get involved!
Thanks, also, for your patience with the review process. Anyone is welcome to participate in the review process. Please consider reviewing other projects that are pending review. I encourage you to learn more about that process and join the group of reviewers.
Thanks to the dedicated reviewer(s) as well.
----
Top Shelf Modules - Crafted, Curated, Contributed.
Comment #14.0
(not verified) commentedadd aliyun link