s3 bucket access permission

Policy is here

first of all go to bucket and then permission

Now edit Block public access

Uncheck Block all public access then Save changes

then again go to bucket policy and edit it paste this policy.

Remove by default policy

Change Resource Name:- cryptokonit.com

{
    "Version": "2012-10-17",
    "Statement": [
        {
            "Sid": "PublicReadGetObject",
            "Effect": "Allow",
            "Principal": "*",
            "Action": "s3:GetObject",
            "Resource": "arn:aws:s3:::cryptokonit.com/*"
        }
    ]
}

change this "cryptokonit.com" => your bucket name and add the policy