### 2.1.2 / 2018-04-12 * Fog storage requires mime-types; when not using the fog gem, include mime-types explicitly. ### 2.1.1 / 2018-04-12 * Remember to require 'fog-aws', not 'fog'. * Fix issues with tests. ### 2.1 / 2018-04-12 * Changed dependency on fog to fog-aws. ### 2.0 / 2016-05-31 * Rewrote for compatibility with cartage 2.0. * 3 major enhancements * Configuration now supports multiple destinations. Old cartage-s3 configurations will continue to work and be accessible under the destination name +default+. An error will be raised if there is an explicit +default+ destination combined with this implicit +default+ destination. * The s3 put command (cartage s3 put) does *not* cause the build of a package, but will only upload a build file. This requires that a timestamp be provided either on the command-line or through a configuration file. cartage --timestamp= s3 put * Added s3 get, s3 list, and s3 delete commands. ### 1.0 / 2015-03-20 * 1 major enhancement * Birthday!