-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2194df9
commit ecd0a49
Showing
1 changed file
with
12 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,12 @@ | ||
Croogo plugin of Amazon S3 | ||
Croogo plugin of Amazon S3 and local storages | ||
|
||
Usage: | ||
1. Clone git repo to your Croogo plugins dir | ||
2. Install Plugin as standard procedure | ||
3. Provide in Service configuration part Amazon public code, secure code and desired | ||
bucket name (bucket exists not required) | ||
4. Go to "Extensions" -> "Media Storages" -> "AWS S3" | ||
5. Voila! Your bucket created(if not created before) and your can upload images and other | ||
media to your Amazon S3 storage service. | ||
|
||
Thanks to Croogo developer fahad19(http://croogo.org) and primeminister(https://github.com/primeminister/CakePHP-Amazon-S3-plugin) for ideas |