Mark Unsworth
Mark Unsworth
We're running a queue and for some jobs we send events to mixpanel (for example to know when an email was sent to a user). In order to do this...
Have added the option to guess mimetypes when uploading files. Uses much the same logic as S3cmd, have not implemented mimemagic logic. Uses the same flags as S3cmd. ``` -M...
When syncing a directory tree to S3 (using sync/dsync) the ContentType is being set as `binary/octet-stream` on all files. ``` s4cmd --num-threads=100 --recursive dsync local_app_folder/static/dist/ s3:/my_s3_bucket/app/static/ --API-ACL="public-read" --API-CacheControl="max-age=31536000, public" ```...
Now inherits from Panel rather than the DebugPanel. Replaced the content method with a template property and get_stats() method so that it utilises the underlying content() method call.