FEBATECH AWS | Share an S3 object with others using presigned url , time expiry.

Описание к видео FEBATECH AWS | Share an S3 object with others using presigned url , time expiry.

1) Create an S3 bucket.
2) Upload all static content.
3) Create a presigned URL with expiry time from AWS CLI.
EX: aws s3 presign s3://your bucketname/object --region AWS region --expires-in (secs)
aws s3 presign s3://mybucket001/hello.txt --region ap-south-1 --expires-in 10
4) share the URL with others.

Комментарии

Информация по комментариям в разработке