From 20b912b3a030f83e3c8e260c3993c9ed4f9464db Mon Sep 17 00:00:00 2001 From: Swissky <12152583+swisskyrepo@users.noreply.github.com> Date: Mon, 16 Sep 2024 15:22:43 +0200 Subject: [PATCH] Fix CI/CD --- docs/cloud/aws/aws-s3-bucket.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/cloud/aws/aws-s3-bucket.md b/docs/cloud/aws/aws-s3-bucket.md index ba5a68e..8e9aab7 100644 --- a/docs/cloud/aws/aws-s3-bucket.md +++ b/docs/cloud/aws/aws-s3-bucket.md @@ -62,8 +62,8 @@ export AWS_SESSION_TOKEN=FQoGZXIvYXdzE[...]8aOK4QU= An open S3 bucket refers to an Amazon Simple Storage Service (Amazon S3) bucket that has been configured to allow public access, either intentionally or by mistake. This means that anyone on the internet could potentially access, read, or even modify the data stored in the bucket, depending on the permissions set. -* [http://s3.amazonaws.com/[bucket_name]/](http://s3.amazonaws.com/[bucket_name]/) -* [http://[bucket_name].s3.amazonaws.com/](http://[bucket_name].s3.amazonaws.com/) +* [http://s3.amazonaws.com//](http://s3.amazonaws.com//) +* [http://.s3.amazonaws.com/](http://.s3.amazonaws.com/) AWS S3 buckets name examples: [http://flaws.cloud.s3.amazonaws.com](http://flaws.cloud.s3.amazonaws.com).