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
3f4180ef
Commit
3f4180ef
authored
Nov 21, 2012
by
Pavel Pravosud
Committed by
Jon Yurek
Nov 30, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added some comments for new feature
parent
92e88fc3
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
lib/paperclip/storage/fog.rb
+2
-0
No files found.
lib/paperclip/storage/fog.rb
View file @
3f4180ef
...
@@ -18,6 +18,8 @@ module Paperclip
...
@@ -18,6 +18,8 @@ module Paperclip
# store your files. Remember that the bucket must be unique across
# store your files. Remember that the bucket must be unique across
# all of Amazon S3. If the bucket does not exist, Paperclip will
# all of Amazon S3. If the bucket does not exist, Paperclip will
# attempt to create it.
# attempt to create it.
# * +fog_file*: This can be hash or lambda returning hash. The
# value is used as base properties for new uploaded file.
# * +path+: This is the key under the bucket in which the file will
# * +path+: This is the key under the bucket in which the file will
# be stored. The URL will be constructed from the bucket and the
# be stored. The URL will be constructed from the bucket and the
# path. This is what you will want to interpolate. Keys should be
# path. This is what you will want to interpolate. Keys should be
...
...
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