lib/fog/rackspace/requests/storage/put_object_manifest.rb in fog-1.22.0 vs lib/fog/rackspace/requests/storage/put_object_manifest.rb in fog-1.22.1
- old
+ new
@@ -1,9 +1,8 @@
module Fog
module Storage
class Rackspace
-
module Common
# Create a new dynamic large object manifest
#
# This is an alias for {#put_dynamic_obj_manifest} for backward compatibility.
def put_object_manifest(container, object, options = {})
@@ -16,9 +15,8 @@
end
class Mock
include Common
end
-
end
end
end