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
StorageMetadata constructor now checks that contentLength > 0.
StorageAdapter.put() specifies that zero-length files are not allowed ( IllegalArgumentException). Implementations must throw and should auto-cleanup if possible.
The text was updated successfully, but these errors were encountered:
StorageMetadata constructor now checks that contentLength > 0.
StorageAdapter.put() specifies that zero-length files are not allowed ( IllegalArgumentException). Implementations must throw and should auto-cleanup if possible.
The text was updated successfully, but these errors were encountered: