Skip to content
This repository was archived by the owner on Dec 6, 2024. It is now read-only.

Commit 71429f8

Browse files
committed
Add enum value start used for files with pending multipart upload.
(cherry picked from commit 75cc566)
1 parent 3b9ae17 commit 71429f8

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/main/java/synapticloop/b2/Action.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,6 @@
2828
*/
2929
public enum Action {
3030
hide,
31-
upload
31+
upload,
32+
start
3233
}

0 commit comments

Comments
 (0)