Closed inkblot closed 12 years ago
AWS::S3::S3Object does not try to guess an object's Content-Type when uploading a file, and missing Content-Type headers can cause browsing issues. Use MIME::Types to set the header based on file extension.
AWS::S3::S3Object does not try to guess an object's Content-Type when uploading a file, and missing Content-Type headers can cause browsing issues. Use MIME::Types to set the header based on file extension.