Closed (works as designed)
Project:
FileField Sources
Version:
7.x-1.4
Component:
Source: Auto-complete
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
28 May 2012 at 18:59 UTC
Updated:
5 Jun 2012 at 14:46 UTC
Comments
Comment #1
deggertsen commentedIt is now giving me an autocomplete field, but doesn't come up with anything as I enter in files despite there being a lot of files on S3. I'm wondering if drupal has to somehow index the files available on the S3 server and how that might be done?
Comment #2
deggertsen commentedConfirmed that when I upload files to S3 via the upload field that I am able to use autocomplete to reference the same file again when creating another node. The problem still exists with files that were already on the S3 server.
This issue has been discussed here as well: #1277152: Integration with Filefield Sources
Not sure where the best place to address the issue is.
Comment #3
visualfox commentedIn order to get autocomplete to reference a S3's file not previously uploaded via Drupal you need to have a way to sync with the S3's bucket. The ticket you reference is probably a better place to have this conversation. And as soon as you have a way to either add/discover or sync with the S3's bucket your issue with autocomplete will go away.
Comment #4
deggertsen commentedThanks for your response. I will see if I can get somebody to help me on the Amazon S3 module as it does appear that the problem needs to be solved there.