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
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
2 matches
Mail list logo