mirror of
https://github.com/apache/jclouds.git
synced 2025-02-11 20:46:11 +00:00
Payload slicer has a method that returns an iterable of payloads that works on non-repeatable InputStreams that was introduced to fix multi-part uploads in Swift (JCLOUDS-356). This commit applies the same method to fix multi-part uploads for GCS blob store.