module AWS::S3::DataOptions
def open_file path
-
(File)
- Given a path string, returns an open File.
Parameters:
-
path
(String
) -- Path to a file on disk.
def open_file path Core::ManagedFile.open(path) end
(File)
- Given a path string, returns an open File.
path
(String
)
-- Path to a file on disk.
def open_file path Core::ManagedFile.open(path) end