Hi

Uncertain whether this is a Storage API issue or a Webform issue so please accept my apologies if I'm posting in the wrong issue queue.

I can get Storage API working fine for when defining fields within content types, i.e. specify the upload destination for the field as a storage class.

However, is it possible to extend this feature to Webform fields?

Our Drupal installation is already committed to using Amazon S3 storage for the public file structure, serving images via Cloudfront. We need to securely direct files uploaded via Webform to a different S3 bucket with a different IAM security policy. If Storage API worked with Webforms then this could be achieved.

Any suggestions?

Many thanks,

Ali

Comments

Perignon’s picture

Always wiling to take patches! Webforms are very different because they hang off of an entity. In some scenarios webforms can be extremely difficult to work with because of this.

Perignon’s picture

Status: Active » Postponed

Reopen if you are interested in working on this.