README.textile in s3_swf_upload-0.3.2 vs README.textile in s3_swf_upload-0.3.3

- old
+ new

@@ -16,10 +16,14 @@ h2. Usage 1. Edit <code>Gemfile</code> and add this as a gem +<pre><code>gem 's3_swf_upload'</code></pre> + +Or: + <pre><code>gem 's3_swf_upload', :git => 'git://github.com/nathancolgate/s3-swf-upload-plugin' </code></pre> 2. Bundle it! @@ -38,14 +42,14 @@ 5. Make the bucket 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> In my tests in Rails 3, the application was able to correctly handle the requests from the flash object.