I wounder if following procedure already possible (I don't got it):

- CCK contenttype with imagefield: --> OK
- harvest the contenttype / imagefield and move the image-file to AWS S3: --> OK
- get S3 "Signed Url" of this image-file: --> possible?
- replace the original link in the imagefield with the S3 Signed Url of the Image: --> possible?

or something in this way ...

Intention
- no bandwith on local server at image view/ download
- using of S3 ACL for Image Views, ...
- user will find his image in his node (and not in an node which was created by harvesting the S3 Server)
- ...

Thank you in advance
opush