lib/attached/storage/s3.rb in attached-0.0.1 vs lib/attached/storage/s3.rb in attached-0.0.2
- old
+ new
@@ -1,4 +1,6 @@
+require 'aws/s3'
+
module Attached
module Storage
class S3 < Base
attr_reader :bucket
\ No newline at end of file