I've got a quick question. I've got some pretty huge video files that I've already got uploaded to Amazon S3. I'm using the video module as well as the amazonS3 module and they work fine for uploading smaller videos to AS3. However, big files are a problem (>450mb or bigger). I'm trying to find a way to attach a file to my node but I've thus far not found a solution. Can this module be used for that purpose? I've tried filefield_sources, and that not the right tool for the job.

If anyone could help me out I'd appreciate it.

Comments

arthurf’s picture

Out of the box, no. It should not be hard to adapt the mm_dir module to use s3 and create nodes with the s3 file paths in a field. I haven't started into to the field level storage yet for 7.x but the rest of the code is structured around where that would go.