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
Copy file name to clipboardExpand all lines: README.MD
+6-3Lines changed: 6 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,16 +27,19 @@ User will interact with a single REST endpoint (/images) through GET and PUT req
27
27

28
28
29
29
<aname="phases"/>
30
-
## Phases
31
-
### Phase 1
30
+
31
+
## Phases
32
+
33
+
### Phase 1
34
+
32
35
The goal of Phase 1 is to put together a basic upload/download API. It should be able to concurrently stream upload from a remote url. It should be able to provide both a stream download directly and a url-based access point.
0 commit comments