aws-samples / amazon-rekognition-video-analyzer

A working prototype for capturing frames off of a live MJPEG video stream, identifying objects in near real-time using deep learning, and triggering actions based on an objects watch list.
Other
368 stars 158 forks source link

Changes to be committed: #59

Open mwl38765 opened 3 years ago

mwl38765 commented 3 years ago

Issue #, if available: 58

Description of changes:. There were two files that were modified to ensure that the proper SigV4 S3 presigned urls can be generated.

modified: config/framefetcher-params.json Reduced default URL expiration period to comply w/ SigV4 standards modified: lambda/framefetcher/framefetcher.py Added botoclient Config library Modified s3 client initialization to use SigV4 signature

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.