I am using the Amazon S3 Module to set AmazonS3 as my default file system. When I use the transliteration module and attempt to transliterate old file names I get this message.
0 file names have been successfully transliterated.
I'm assuming it is because this module doesn't support stream wrappers or i'm doing something wrong. Help?
Comments
Comment #1
infines commentedit seems to only affect previously uploaded files. Newly uploaded files still transliterate.
Comment #2
infines commentedComment #3
amateescu commentedThe problem was that we only supported local stream wrappers (i.e DrupalLocalStreamWrapper). Can you try this patch?
Comment #4
infines commentedI got the attached error.
Just to note, it has been working with newly uploaded files, but the issue I was having was with old uploaded files.
Comment #5
amateescu commentedYep, my patch only touches the form submit for old files :) Can you try to debug a bit with the patch applied and see where it fails?
Comment #6
dave reidamateescu asked me to verify on IRC the stream wrapper part of this change and I've confirmed that it matches the expectation and result.
Comment #7
amateescu commentedThanks again Dave for testing. Committed the patch from #3 to 7.x-3.x.
I'm closing this issue for now until more debug info can be shared.
http://drupalcode.org/project/transliteration.git/commit/4098ebb