Skip to content

Commit f606ef5

Browse files
authored
List proper storage option values for various storage backends (#112)
The "file" storage backend is actually called "filesystem" in the code. Indicate the correct value to use in the readme to save users frustration of resolving errors if they try "file" as might be implied by the existing text.
1 parent c501b15 commit f606ef5

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -592,9 +592,9 @@ Storage
592592

593593
Paperclip ships with 3 storage adapters:
594594

595-
* File Storage
596-
* S3 Storage (via `aws-sdk-s3`)
597-
* Fog Storage
595+
* File Storage (`storage: :filesystem`)
596+
* S3 Storage (via `aws-sdk-s3`) (`storage: :s3`)
597+
* Fog Storage (`storage: :fog`)
598598

599599
If you would like to use Paperclip with another storage, you can install these
600600
gems along side with Paperclip:

0 commit comments

Comments
 (0)