When passing a sub-array (offset, length) to the [Storage#create](https://googleapis.dev/java/google-cloud-storage/latest/com/google/cloud/storage/Storage.html#create-com.google.cloud.storage.BlobInfo-byte:A-int-int-com.google.cloud.storage.Storage.BlobTargetOption...-) method the array is needlessly cloned leading to unnecessary memory allocations.
When passing a sub-array (offset, length) to the Storage#create method the array is needlessly cloned leading to unnecessary memory allocations.