--
You received this message because you are subscribed to the Google Groups "JetS3t Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jets3t-users+unsubscribe@googlegroups.com.
To post to this group, send email to jets3t...@googlegroups.com.
Visit this group at https://groups.google.com/group/jets3t-users.
For more options, visit https://groups.google.com/d/optout.
Hi,If you mean downloading a byte range from an object, this is possible using one of the verbose #getObject() methods.See the byteRangeStart and byteRangeEnd arguments in http://www.jets3t.org/api/org/jets3t/service/StorageService.html#getObject-java.lang.String-java.lang.String-java.util.Calendar-java.util.Calendar-java.lang.String:A-java.lang.String:A-java.lang.Long-java.lang.Long-If you only want the object byte-range data and don't want to apply other options like ifModifiedSeince or ifMatchTags you can supply null values for those arguments.Hope this helps,James
On 25 November 2017 at 03:53, <kai....@object-matrix.com> wrote:
Hi, I've looked thought the documentation to see if this is supported but have come the conclusion that it is not.Am I right?regardskai
--
You received this message because you are subscribed to the Google Groups "JetS3t Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jets3t-users...@googlegroups.com.