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
+14-10Lines changed: 14 additions & 10 deletions
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
-
This project is experimenting with different providers of cloud based web hooks and storage.
3
-
[Note: This is in the very early stages of the experimentation and is not currently functional. The specs and approach may change without any notice.]
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.
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,13 +26,17 @@ User will interact with a single REST endpoint (/images) through GET and PUT req
26
26
27
27

28
28
29
-
## Providers - Development State
30
-
### Phase 1 Complete - Upload, Download
31
-
- GCP - Google Cloud Platform
29
+
## Phases
30
+
### Phase 1
31
+
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