From c46048e694b0ba691b4d6554f79bb05112edb08a Mon Sep 17 00:00:00 2001 From: Jacques Crocker Date: Thu, 24 Jul 2008 12:29:20 -0700 Subject: [PATCH] Updating Readme --- README | 21 --------------------- public/attachments/.gitignore | 1 - 2 files changed, 22 deletions(-) delete mode 100644 public/attachments/.gitignore diff --git a/README b/README index bc3540f..342a2ad 100644 --- a/README +++ b/README @@ -104,27 +104,6 @@ SeedFu (Rails Plugin) AppConfig (Rails Plugin) -== S3 Support for Resumes - -To store uploaded resume files in S3, update job_applicant.rb changing the :storage mechanism from -:file_system to :s3. You'll also need to create a config/amazon_s3.yml with the following yml format: - - development: - bucket_name: appname_development - access_key_id: - secret_access_key: - - test: - bucket_name: appname_test - access_key_id: - secret_access_key: - - production: - bucket_name: appname - access_key_id: - secret_access_key: - - == Credits All credit for this app goes to the fine folks over at JobberBase who put together the slick looking interface for diff --git a/public/attachments/.gitignore b/public/attachments/.gitignore deleted file mode 100644 index 9083261..0000000 --- a/public/attachments/.gitignore +++ /dev/null @@ -1 +0,0 @@ -0000/* \ No newline at end of file