| | |
| | | package com.dji.sample.storage.service; |
| | | |
| | | import com.dji.sample.component.mqtt.model.CommonTopicReceiver; |
| | | import com.dji.sample.media.model.StsCredentialsDTO; |
| | | import org.springframework.messaging.MessageHeaders; |
| | | |
| | | /** |
| | | * @author sean |
| | |
| | | |
| | | /** |
| | | * Get custom temporary credentials object for uploading the media and wayline. |
| | | * 获取用于上传媒体和航路线的自定义临时凭据对象。 |
| | | * @return temporary credentials object |
| | | */ |
| | | StsCredentialsDTO getSTSCredentials(); |
| | | |
| | | /** |
| | | * Handles requests from the dock to obtain temporary credentials. |
| | | * 处理来自机场的请求以获取临时凭据。 |
| | | * @param receiver |
| | | * @param headers |
| | | */ |
| | | void replyConfigGet(CommonTopicReceiver receiver, MessageHeaders headers); |
| | | } |