lib/iostreams.rb in iostreams-0.16.2 vs lib/iostreams.rb in iostreams-0.17.0
- old
+ new
@@ -14,13 +14,10 @@
module Gzip
autoload :Reader, 'io_streams/gzip/reader'
autoload :Writer, 'io_streams/gzip/writer'
end
autoload :Pgp, 'io_streams/pgp'
- module S3
- autoload :Reader, 'io_streams/s3/reader'
- autoload :Writer, 'io_streams/s3/writer'
- end
+ autoload :S3, 'io_streams/s3'
module SFTP
autoload :Reader, 'io_streams/sftp/reader'
autoload :Writer, 'io_streams/sftp/writer'
end
module Zip