Skip to content

Commit

Permalink
mark copy_object as idempotent (#706)
Browse files Browse the repository at this point in the history
closes #704
  • Loading branch information
geemus authored Mar 18, 2024
1 parent 722476a commit 84b747c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/fog/aws/requests/storage/copy_object.rb
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ def copy_object(source_bucket_name, source_object_name, target_bucket_name, targ
:headers => headers,
:bucket_name => target_bucket_name,
:object_name => target_object_name,
:idempotent => true,
:method => 'PUT',
:parser => Fog::Parsers::AWS::Storage::CopyObject.new,
})
Expand Down

0 comments on commit 84b747c

Please # to comment.