Hey Massimo, Yes, I was expecting it to delete the old files similar to a normal SQLFORM update for an upload field. Then, the new blob would be stored with the obfuscated file name.
For example in the admin app, when you upload a new file, the old file is gone after the update completes. I've dived into the source but I can't see anything that would do it. Essentially, I was expecting uploadfs to change the methods on the field object as well to handle upload fields as if they were on the local file system. Am I missing something? > On Oct 6, 2014, at 9:21 PM, Massimo Di Pierro <[email protected]> > wrote: > > you say "it is not removing". Do you expect it to delete the files? > >> On Friday, 3 October 2014 16:31:28 UTC-5, Mark Graves wrote: >> Hey Everyone, >> >> Does anyone have experience using SQLFORM with Amazon S3 for upload fields? >> >> My standard SQLFORM(db.table,record) is not removing the S3 object for the >> uploaded file. It is properly uploading the file and getting the obfuscated >> filename. >> >> Is there another argument I'm missing or do I have to implement that myself? >> >> I can post a basic example if need be. >> >> Thanks, >> >> Mark > > -- > Resources: > - http://web2py.com > - http://web2py.com/book (Documentation) > - http://github.com/web2py/web2py (Source code) > - https://code.google.com/p/web2py/issues/list (Report Issues) > --- > You received this message because you are subscribed to a topic in the Google > Groups "web2py-users" group. > To unsubscribe from this topic, visit > https://groups.google.com/d/topic/web2py/CZNxS9I222c/unsubscribe. > To unsubscribe from this group and all its topics, send an email to > [email protected]. > For more options, visit https://groups.google.com/d/optout. -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.

