lib/io_streams/s3.rb in iostreams-0.19.0 vs lib/io_streams/s3.rb in iostreams-0.20.0

- old
+ new

@@ -1,7 +1,8 @@ require 'uri' module IOStreams module S3 + autoload :Path, 'io_streams/s3/path' autoload :Reader, 'io_streams/s3/reader' autoload :Writer, 'io_streams/s3/writer' # Sample URI: s3://mybucket/user/abc.zip def self.parse_uri(uri)