File size: 260 Bytes
3d979b2 |
1 2 3 4 5 6 7 8 9 10 11 12 |
@startuml
participant Line as L
participant Drive as D
participant S3 as S
participant App as A
L -> A: Data from Line API
A -> D: Save image to Google Drive
D -> A: File ID of the saved image
A -> S: Upload file to S3
S -> A: URL of the uploaded file
@enduml |