Generating AWS S3 presigned URL
TLDR; Summary
Key points when using S3 presigned URL
You can generate the presigned URL via AWS Management Console, AWS SDK and AWSCLI only for sharing objects (i.e. GET operation).
The presigned URL for uploading (PUT) and deleting objects (DELETE...
bernicecpz.hashnode.dev6 min read