Apr 29, 2021WGET issue on ubuntu in private networkIssue : — wget commend does not work on ubuntu system from certain private network for https URLs Root Cause : — Sometimes the precompiled wget binaries refuse to work with your ssl linked libraries. Error snapshots —Wget2 min readWget2 min read
Jun 25, 2018Creating a file browser on top of S3 private bucket for private contents without access key IDs and secret access keysAmazon Web Services S3 is a great way to store files. Security becomes a big concern when you want to give your customers / users access to files/folders uploaded to S3. Use of access key IDs and secret access keys are Strongly discouraged. …JavaScript8 min readJavaScript8 min read
Jun 25, 2018generating pre-signed URL dynamically using API Gateway and LambdaScenario — If we want an app to dynamically upload binaries (pics, docs, etc) to S3 in a secure way and without any infrastructure (without any need of any EC2-machine/server) This requires: an S3 bucket, a Lambda function, and the API Gateway. …AWS3 min readAWS3 min read