Skip to content
This repository has been archived by the owner on Dec 5, 2018. It is now read-only.

Commit

Permalink
Add no_mime_magic option.
Browse files Browse the repository at this point in the history
  • Loading branch information
atyndall committed Apr 7, 2014
1 parent d18181b commit f3fd932
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lib/ruby-s3cmd/s3cmd.rb
Expand Up @@ -156,6 +156,11 @@ class RubyS3Cmd::S3Cmd
# --mime-type option
#
attr_accessor :guess_mime_type

#
# Don't use mime magic when guessing MIME-type.
#
attr_accessor :no_mime_magic

#
# Add a given HTTP header to the upload request. Can be used multiple times with different header
Expand Down

0 comments on commit f3fd932

Please sign in to comment.