Re: S3Storage, FileField -- default_storage.exists() has unwanted side-effects

2008-10-31 Thread Liam
Actually, it turns out there is a bug in Amazon's S3.py module. The Date field in the header is formatted with AM/PM notation - it should, i.e. MUST, be in 24hr notation. Change the %X to %T and you're good to go. On Oct 30, 6:27 pm, Info Cascade <[EMAIL PROTECTED]> wrote: > I have a model that h

S3Storage, FileField -- default_storage.exists() has unwanted side-effects

2008-10-30 Thread Info Cascade
I have a model that has a FileField storage field. The default_storage system is S3Storage. I noticed that I was getting unusual results when I simply tried to verify whether the file existed on disk using the default_storage.exists() method. If I call it with the FileField object, it causes Django