Skip to content

implementing secure file upload from deeplens to S3

0

Hi I was able to piece together (from other posts) some simple logic that allows my deeplens to upload images with detected objects into a S3 bucket that has wide open access.

It seems Deeplens uses some parts of AWS IoT Core - can it be extended onto of this infrastructure to implement secure upload? I've read some of the docs but can't quite piece together what to do. I would appreciate any pointers one how to make this more secure.

Thanks, john

asked 7 years ago387 views
2 Answers
1

In order to securely upload the objects you can consider using S3 presigned URL's - https://docs.aws.amazon.com/AmazonS3/latest/userguide/using-presigned-url.html

AWS
SUPPORT ENGINEER
answered 2 years ago
0

For reference, found this https://aws.amazon.com/blogs/security/how-to-eliminate-the-need-for-hardcoded-aws-credentials-in-devices-by-using-the-aws-iot-credentials-provider/

I think its what i'm looking for, lots of setup steps to work through. I think it builds on top of the existing setup of the IoT Core for DL.

answered 7 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.