Class AWS::Core::ManagedFile
In: lib/aws/core/managed_file.rb
Parent: File

This trival wrapper around File provides an easy way for the client to know when the file that it just streamed over HTTP should be closed after receiving the response. This should only be used internally to track files that we opened. Open files passed into upload methods should be closed by the user. @api private

Methods

open  

Public Class methods

[Validate]