You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GetObject request might be for a range of bytes, these requests should be handled appropriately. Notice also that at the moment we do GetObjectInfo and GetObject, so technically we get headers twice which is not needed (we can request payload range directly after receiving headers).
The text was updated successfully, but these errors were encountered:
GetObject request might be for a range of bytes, these requests should be handled appropriately. Notice also that at the moment we do
GetObjectInfo
andGetObject
, so technically we get headers twice which is not needed (we can request payload range directly after receiving headers).The text was updated successfully, but these errors were encountered: