I've looked everywhere on the Interweb but couldn't find a satisfying answer...
我在Interweb的各个地方都看了看,但找不到令人满意的答案......
Does anybody know what "protocol" the AWS S3 speaks?
有人知道AWS S3所说的“协议”吗?
Our idea is to write a Function for a PLC (no chance to use the provided API) to communicate directly with AWS S3.
我们的想法是为PLC编写一个函数(没有机会使用提供的API)直接与AWS S3通信。
For Example PLC to "AWS IoT" works in MQTT/HTTP - how can I skip "AWS IoT"?
例如PLC到“AWS IoT”在MQTT / HTTP中工作 - 我如何跳过“AWS IoT”?
I know there is the possibility to put an IoT device inbetween - but we are evaluating our possibilities right now.
我知道有可能将IoT设备置于其间 - 但我们现在正在评估我们的可能性。
Thank you in advance
先谢谢你
1 个解决方案
#1
1
All of the AWS services have a documented REST API - the S3 one is here. In addition, all of their libraries are open source so you could likely get some ideas from them too.
所有AWS服务都有一个记录的REST API - S3就在这里。此外,他们所有的库都是开源的,所以你也可以从中获得一些想法。