On 2019-05-13 12:48:53 -0400 (-0400), Clark Boylan wrote:
[...]
> compress multiple chunks and upload them separately?
[...]

I would go the other direction: compress as thoroughly as possible
and then use the `split` utility specifying whatever the upload
limit for LP is (I too have no idea what they limit attachment sizes
to). Reassembly can be done with `cat` to stuff the chunks back
together and then decompress the resulting file as usual.

This is starting to remind me of splitting uuencoded data to
overcome posting length limits on Usenet.
-- 
Jeremy Stanley

Attachment: signature.asc
Description: PGP signature

_______________________________________________
OpenStack-Infra mailing list
OpenStack-Infra@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-infra

Reply via email to