Skip to content
This repository has been archived by the owner on Sep 6, 2021. It is now read-only.

Adding clarification to README #72

Merged
merged 2 commits into from Aug 8, 2012
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.textile
Expand Up @@ -44,11 +44,11 @@ If you are using Rails 3.1, you will need to move the generated s3_upload.js fro

There used to be a rake task for this, but it was removed so that there would be no dependency of aws/s3.

6. Upload the "crossdomain.xml file":https://github.com/nathancolgate/s3-swf-upload-plugin/blob/master/lib/s3_swf_upload/railties/tasks/crossdomain.xml
6. Upload the "crossdomain.xml file":https://github.com/nathancolgate/s3-swf-upload-plugin/blob/master/lib/s3_swf_upload/railties/tasks/crossdomain.xml to the root of your S3 Bucket.

There used to be a rake task for this, but it was removed so that there would be no dependency of aws/s3.

Make sure the file is in the root and is publicly readable.
Make sure the file is in the root of your bucket and is publicly readable.

7. Note: you no longer need to edit <code>app/controller/s3_uploads_controller.rb</code>

Expand Down