itsmatteomanf
04/14/2022, 9:06 PMPeps
04/14/2022, 9:21 PMVitali
04/14/2022, 9:46 PMVitali
04/14/2022, 9:46 PMjohn.spurlock
04/14/2022, 9:50 PMjohn.spurlock
04/14/2022, 10:54 PMinclude
should be optional, right?Vitali
04/15/2022, 4:10 AMlmtr0
04/15/2022, 11:50 AMkavinplays
04/15/2022, 12:01 PMlmtr0
04/15/2022, 12:02 PMlmtr0
04/15/2022, 12:02 PMVitali
04/15/2022, 12:55 PMlmtr0
04/15/2022, 1:00 PMlmtr0
04/15/2022, 1:00 PMstupefied | AS204829
04/15/2022, 2:28 PMVitali
04/15/2022, 4:11 PMinclude
to be optional & for the put to accept a Blob
too.john.spurlock
04/15/2022, 4:25 PMnull
value do? Is it the same as a delete? Or does a subsequent get return a zero-byte body?john.spurlock
04/15/2022, 4:33 PMreadonly
Vitali
04/15/2022, 7:34 PMVitali
04/15/2022, 7:34 PMjohn.spurlock
04/15/2022, 7:36 PMjohn.spurlock
04/15/2022, 7:38 PMR2Object
an abstract class vs an interface?Vitali
04/15/2022, 7:38 PMreadonly
when they correspond to a view of some key internal state that we don't let you modify. This returned result isn't used by us for anything - you're free to modify it if you likeVitali
04/15/2022, 7:39 PMR2Object
is inherited by R2ObjectBody
. R2Object
is what you get from `list`/`head`, R2ObjectBody
is what is returned from get
. Would interfaces actually work here?john.spurlock
04/15/2022, 7:43 PMjohn.spurlock
04/15/2022, 7:43 PMVitali
04/15/2022, 7:44 PMVitali
04/15/2022, 7:44 PMjohn.spurlock
04/15/2022, 7:44 PMjohn.spurlock
04/15/2022, 7:47 PM