Method: OpenC3::Bucket#put_object

Defined in:
lib/openc3/utilities/bucket.rb

#put_object(bucket:, key:, body:, content_type: nil, cache_control: nil, metadata: nil) ⇒ Object

Raises:

  • (NotImplementedError)


68
69
70
# File 'lib/openc3/utilities/bucket.rb', line 68

def put_object(bucket:, key:, body:, content_type: nil, cache_control: nil, metadata: nil)
  raise NotImplementedError, "#{self.class} has not implemented method '#{__method__}'"
end