lib/fog/aws/models/s3/object.rb in fog-0.0.4 vs lib/fog/aws/models/s3/object.rb in fog-0.0.5

- old
+ new

@@ -12,13 +12,9 @@ attribute :last_modified, ['Last-Modified', 'LastModified'] attribute :owner attribute :size, 'Size' attribute :storage_class, 'StorageClass' - def initialize(attributes = {}) - super - end - def bucket @bucket end def copy(target_bucket_name, target_object_key)