Posted By: Marcel Molina Jr.
Date: 2006-12-02 08:42
Summary: aws/s3 0.2.0
Project: AWS - Amazon Web Services (S3, SQS)
The 0.2.0 release introduces one feature, but it's a useful one. Previously, when storing an object with S3Object.store, if you did not specify a content type it would just fall back to what S3 sets it to, which is binary/octet-stream.
Now, if you don't explicitly specify a content type, it will be inferred based on its key's extension. |
|