Hello,
I'm having an issue with the module after upgrading from the old one (7.2).
Basically when I save a node with a file filed managed by filefiled path, the files should be moved to the correct directory, but this doesnt happen and I get the error:
File %file could not be copied, because the destination directory %destination is not configured correctly.
I digged a little to find the problem, basically "file_prepare_directory" return somehow false, but if I debug the function it should return TRUE as he uses the function @drupal_mkdir($directory, NULL, TRUE) wich always returns true as the directory uri is "s3://" prefixed.
Commenting the "file_prepare_directory" check inside the core file.inc I have no problem, folder is created and file moved, so is not a permission problem as Drupal says.
I'm I doing something wrong about the conf?
Thank you