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
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# ImageAPI
2
2
This project is experimenting with different providers of cloud based web hooks and storage.
3
-
Please see the Phases below to see the completion rates for various providers.
3
+
Please see the  below to see the completion rates for various providers.
4
4
5
5
The base use case is the ability to upload remote images into a cloud storage bucket as well as to retrieve and resize them.
6
6
(Note: some providers have resizing capabilities inbuilt [eg. GCP], this project will examine other methods to implement the same)
@@ -26,6 +26,7 @@ User will interact with a single REST endpoint (/images) through GET and PUT req
26
26
27
27

28
28
29
+
<aname="phases"/>
29
30
## Phases
30
31
### Phase 1
31
32
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