lib/storage/config.rb in storage-0.2.0 vs lib/storage/config.rb in storage-0.3.0

- old
+ new

@@ -17,11 +17,14 @@ attr_accessor :bucket # Set the S3 access key. attr_accessor :access_key - # Set the S3 secret key + # Set the S3 secret key. attr_accessor :secret_key + + # Set the S3 region. + attr_accessor :region # Set the FileSystem storage path. attr_accessor :path end