Skip to content
This repository has been archived by the owner on Dec 21, 2022. It is now read-only.

Commit

Permalink
Merge pull request waynehoover#89 from dbryand/master
Browse files Browse the repository at this point in the history
Update config in Readme replacing "" with nil.
  • Loading branch information
waynehoover committed May 21, 2013
2 parents c8b0df2 + 9759acb commit 490b44d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ S3DirectUpload.config do |c|
c.access_key_id = "" # your access key id
c.secret_access_key = "" # your secret access key
c.bucket = "" # your bucket name
c.region = "" # region prefix of your bucket url (optional), eg. "s3-eu-west-1"
c.url = "" # S3 API endpoint (optional), eg. "https://#{c.bucket}.s3.amazonaws.com/"
c.region = nil # region prefix of your bucket url (optional), eg. "s3-eu-west-1"
c.url = nil # S3 API endpoint (optional), eg. "https://#{c.bucket}.s3.amazonaws.com/"
end
```

Expand Down

0 comments on commit 490b44d

Please sign in to comment.