Method: Pansophy::Remote::Directory#create_file
- Defined in:
- lib/pansophy/remote/directory.rb
#create_file(path, body, options = {}) ⇒ Object
25 26 27 |
# File 'lib/pansophy/remote/directory.rb', line 25 def create_file(path, body, = {}) CreateFile.new(@bucket_name, pathname.join(path), body).call() end |