Hi there,

We have our picture uploads going into an Amazon S3 Bucket, because the gallery is public and we receive a bunch of uploads. However when we set the image field to upload to the S3, the exif data will not show, if we just have the image upload in the standard Drupal files directory, there are no problems.

I assume this because the exif module cannot obtain the information because the file because its hosted on a different server?

Any suggestions on how we can get this to work with amazon s3 or any work around?

I greatly appreciate it!

Comments

peterbkk’s picture

Some help would be nice.

TanvirAhmad’s picture

Issue summary: View changes

Subscribe.

jphautin’s picture

Status: Active » Closed (won't fix)

The issue is not related to this module. the Apache2 Exif Library handle only local filesystem. So you have to find a solution to be able to load a S3 as a local dile system (S3Drive for windows, S3fs on linux).
Sorry not to be able to do more.