Class: Aws::S3::ObjectSummary
- Inherits:
-
Object
- Object
- Aws::S3::ObjectSummary
- Defined in:
- lib/aws-sdk-resources/services/s3/object_summary.rb
Instance Method Summary collapse
-
#upload_file(source, options = {}) ⇒ Boolean
Returns ‘true` when the object is uploaded without any errors.
Instance Method Details
#upload_file(source, options = {}) ⇒ Boolean
Returns ‘true` when the object is uploaded without any errors.
11 12 13 |
# File 'lib/aws-sdk-resources/services/s3/object_summary.rb', line 11 def upload_file(source, = {}) object.upload_file(source, ) end |