Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
paperclip
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ikcrm_common
paperclip
Commits
f55b9565
Commit
f55b9565
authored
Apr 24, 2015
by
Jon Yurek
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1838 from reshleman/re-doc-aws-version
Use Updated Version of `aws-sdk` in Docs [ci skip]
parents
c276ad82
c7066936
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
README.md
+1
-1
lib/paperclip/storage/s3.rb
+1
-1
No files found.
README.md
View file @
f55b9565
...
...
@@ -531,7 +531,7 @@ You may also choose to store your files using Amazon's S3 service. To do so, inc
the
`aws-sdk`
gem in your Gemfile:
```
ruby
gem
'aws-sdk'
,
'~> 1.
5.7
'
gem
'aws-sdk'
,
'~> 1.
6
'
```
And then you can specify using S3 from
`has_attached_file`
.
...
...
lib/paperclip/storage/s3.rb
View file @
f55b9565
...
...
@@ -4,7 +4,7 @@ module Paperclip
# distribution. You can find out more about it at http://aws.amazon.com/s3
#
# To use Paperclip with S3, include the +aws-sdk+ gem in your Gemfile:
# gem 'aws-sdk'
# gem 'aws-sdk'
, '~> 1.6'
# There are a few S3-specific options for has_attached_file:
# * +s3_credentials+: Takes a path, a File, a Hash or a Proc. The path (or File) must point
# to a YAML file containing the +access_key_id+ and +secret_access_key+ that Amazon
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment