Are there any plans to integrate with storage api, or support cloud storage like rackspace?

Comments

ufku’s picture

No such plans for near future.
Maybe in D7...

ufku’s picture

Status: Active » Closed (fixed)

Closing 6.x-1.x issues as this branch is no more supported.

raysunil’s picture

Version: 6.x-1.x-dev » 7.x-1.x-dev
Issue summary: View changes

Integrate storage api on D7

adrientoulousain’s picture

Hello,

I added Storage API to my Drupal project.
Furthermore I use IMCE bridge and wanted to upload images on my S3 bucket.

Unfortunately the actual dev version was updated on 2013-Sep-30.
So I suppose you didn't push your patch yet?

If you have any inputs about that I would be very happy to hear them!

Please let us know when this feature will be available or where I can found it (I was not able to get it...).

Best regards to all.

Jelmeaux’s picture

Did this ever get built? I've installed the nightly dev version as well as the latest stable release, but this doesn't seem the case. This would make a very nice addition to let users upload their content directly to S3 or other storage provider.

raysunil’s picture

I have used "7.x-1.5" and successfully integrate with s3 and working fine

emmonsaz’s picture

@Raysunil, how did you get this to work? I'm using the latest dev version of storage_api, storage_api_stream_wrapper, wysiwyg, imce, and imce_wysiwyg and I keep getting

Error loading storage for storage-api-public://

emmonsaz’s picture

Update: I verified storage_core_bridge at least lets me load the IMCE gui and allows me to upload images so I'm guessing it has something to do with storage_stream_wrapper

emmonsaz’s picture