richpoirier / attachment_fu forked from technoweenie/attachment_fu
- Source
- Commits
- Network (180)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
rewrite-s3
| name | age | message | |
|---|---|---|---|
| |
.gitignore | ||
| |
CHANGELOG | Thu Apr 17 17:57:20 -0700 2008 | |
| |
README | ||
| |
Rakefile | Wed Jun 11 10:33:15 -0700 2008 | |
| |
init.rb | ||
| |
lib/ | ||
| |
spec/ | ||
| |
vendor/ | Wed Apr 23 01:02:54 -0700 2008 |
README
attachment_fu ============= S3 Tests ======== By default, the s3 tests get skipped unless your config file exists. Create a spec/s3.yml file resembling this: # Running a local s3 clone called Parkplace # http://redhanded.hobix.com/inspect/parkPlaceTheS3CloneYouVeBeenAlwaysAlmostWantingToSaveFifteenCentsWith.html # Works with amazon if you want to be charged for running specs. Yikes! test: bucket_name: attachment_fu_s3_test access_key_id: B07D777734E4A61DA96C secret_access_key: FEhsQiQ9LDj1Vs61aBHJs6ObXhAsfmHDXqoP136G server: localhost port: 3002

