By yngens on
There are several Amazon Web Services related Drupal projects like: Amazon S3, Storage API, Amazon Web Services, Creeper, Media Mover, some others. But none of them are ready to use out of the box to upload files via filefield to Amazon S3. At least, for non-coder Drupal users it is comparatively hard to configure to make it work.
So I decided to offer 50USD for who can make my Drupal site to work with Amazon S3 service.
Thanks for attention.
Comments
I think this may work
I add hook_form_alter and hook_nodeapi in amazon_s3.module (Amazon S3 module).
below the hook
amazon_s3.module
waiting for help in some way for what you want
Juan
In the video module we
In the video module we already done that ;o), but that is only for videos :P LOL
Heshan Wanigasooriya
Github
Do you know if video module
Do you know if video module can also accept pictures and audio files in its videofield? The problem in my case is that I want to use only one filefield for uploading pictures, videos and audios and just filefield itself does this perfectly.
jvizcarrondo, thanks for
jvizcarrondo, thanks for prompt reply. tried your code, alas, no success. what am i doing wrong? have you successfully uploaded to Amazon S3 yourself?
gives the following on node
gives the following on node creating page:
Ups my error
i change a little code ($bucket_name[$bucket_name] in hook_form_alter, and $base_path . $d['filepath'] in hook_nodeapi:
waiting for help in some way for what you want
Juan
This worked smoothly.
This worked smoothly. However, I needed not only upload files, but be able to use them in displaying nodes. And for now it uses local files, which I actually do not need at all to save place if Amazon S3 is going to work.
May I contact you via your contact form to discuss all these details?
My email
I sent a email in your contact form
Were you able to achieve this
I'm also looking at a similar function for the website, upload images to Amazon s3 and serve it through s3 on the nodes.
Just wondering, if you were able to achieve this.
Yep, after hiring an
Yep, after hiring an experienced in S3 developer, we have solved this problem. So now we have fully functional picture upload web-project, which is served by Amazon S3.
Thanks
Thanks for the reply. Are you willing to share the module? If yes, please contact me with a price that seems reasonable for the level of effort.
Once you have the pictures on
Once you have the pictures on amazon s3, you can use the CDN module (http://drupal.org/project/cdn)
It does what you want.