Skip to content

Commit

Permalink
Merge pull request #2310 from ogelacinyc/master
Browse files Browse the repository at this point in the history
change more explicit comment
  • Loading branch information
mshibuya committed Jun 21, 2018
2 parents 1f688bb + 3c5ddd1 commit f15f4ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -673,7 +673,7 @@ CarrierWave.configure do |config|
host: 's3.example.com', # optional, defaults to nil
endpoint: 'https://s3.example.com:8080' # optional, defaults to nil
}
config.fog_directory = 'name_of_directory' # required
config.fog_directory = 'name_of_bucket' # required
config.fog_public = false # optional, defaults to true
config.fog_attributes = { cache_control: "public, max-age=#{365.days.to_i}" } # optional, defaults to {}
end
Expand Down

0 comments on commit f15f4ba

Please sign in to comment.