Re: Content Length with compression with Jclouds PutBlob

2016-10-12 Thread Andrew Gaul
ud as part of putblob method. > > During this, we have a compression module, which will compress each slice > of data rather than complete stream in one shot and we want to change the > content length after compression module performs its operation. > > But, looks like o

Content Length with compression with Jclouds PutBlob

2016-10-06 Thread Dileep Dixith
a compression module, which will compress each slice of data rather than complete stream in one shot and we want to change the content length after compression module performs its operation. But, looks like once we open a stream we can not be able to change the content length of blob. I want to know

Content Length with compression

2016-10-05 Thread Dileep Dixith
a compression module, which will compress each slice of data rather than complete stream in one shot and we want to change the content length after compression module performs its operation. But, looks like once we open a stream we can not be able to change the content length of blob. I want to know