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
Return bytes from Contents.decoded for empty files
According to the docs, Contents.decoded should return bytes. However, in the
case of empty files, it currently returns str. Make it return bytes also for
empty files.
0 commit comments