MDP-14 Buffer S3 data into memory.
Drop S3Resource type that held a reference to ResponseInputStream due to propensity for HTTP resource leaks caused by failing to close the stream. Instead buffer S3 data into memory and return a MemoryResource object, which is far easier to use.