capriza-aws 0.0.17 → 0.0.18
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/lib/capriza-aws/version.rb +1 -1
- data/lib/capriza-aws.rb +1 -5
- metadata +1 -1
data/lib/capriza-aws/version.rb
CHANGED
data/lib/capriza-aws.rb
CHANGED
@@ -103,14 +103,10 @@ module Capriza
|
|
103
103
|
end
|
104
104
|
|
105
105
|
def delete
|
106
|
-
puts "deleting #{options['dir']}"
|
106
|
+
puts "deleting #{@options['dir']}"
|
107
107
|
@s3.buckets[@options[:bucket]].objects.with_prefix(@options[:dir] + '/').delete_all
|
108
108
|
end
|
109
109
|
|
110
|
-
def rename (name)
|
111
|
-
AWS
|
112
|
-
end
|
113
|
-
|
114
110
|
end
|
115
111
|
|
116
112
|
end
|