<div dir="ltr"><div>Thank you all!</div><div>I will try these methods.</div><div><br></div><div>Sincerely,</div><div>Alexandr</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Aug 23, 2016 at 8:14 PM, John Dickinson <span dir="ltr"><<a href="mailto:me@not.mn" target="_blank">me@not.mn</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">There's 2 ways you can do this:<br>
<br>
1) Use chunked transfer encoding<br>
2) Use Swift's large object manifest objects<br>
<br>
<br>
For the first, it's the standard HTTP semantics. You can send chunks of data to Swift to be stored as one object without knowing the full object size up front. Note that the per-object size limits still apply here (default is 5GB).<br>
<br>
For the second, see <a href="http://docs.openstack.org/developer/swift/overview_large_objects.html" rel="noreferrer" target="_blank">http://docs.openstack.org/<wbr>developer/swift/overview_<wbr>large_objects.html</a>, specifically "Static Large Objects" on that page. This will allow you to upload discrete objects and then stitch them together into a single logical object of arbitrary size.<br>
<span class="HOEnZb"><font color="#888888"><br>
--John<br>
</font></span><div class="HOEnZb"><div class="h5"><br>
<br>
<br>
<br>
<br>
On 23 Aug 2016, at 10:13, Alexandr Porunov wrote:<br>
<br>
> Hello,<br>
><br>
> My server accepts files in chunks (4 Kbytes each chunk. File's size can be<br>
> till 8 GB). Is it possible somehow store those chunks in Swift like a<br>
> single file? Does somebody know any solution to solve this problem?<br>
><br>
> Sincerely,<br>
> Alexandr<br>
</div></div><div class="HOEnZb"><div class="h5">> ______________________________<wbr>_________________<br>
> Mailing list: <a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack" rel="noreferrer" target="_blank">http://lists.openstack.org/<wbr>cgi-bin/mailman/listinfo/<wbr>openstack</a><br>
> Post to     : <a href="mailto:openstack@lists.openstack.org">openstack@lists.openstack.org</a><br>
> Unsubscribe : <a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack" rel="noreferrer" target="_blank">http://lists.openstack.org/<wbr>cgi-bin/mailman/listinfo/<wbr>openstack</a><br>
</div></div></blockquote></div><br></div>