We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We should remove public s3 read access instructions for S3 bucket.
--create Amazon S3 bucket with public read access aws s3api create-bucket --bucket --acl public-read --region --create-bucket-configuration LocationConstraint=
-- This should be done using Cloudfront distribution with policy to restrict access to the CloudFrontOriginAccessIdentity
The text was updated successfully, but these errors were encountered:
Noting which project this is related to here: https://github.com/aws-samples/amazon-neptune-samples/blob/master/gremlin/visjs-neptune/README.md
Will follow up with the author to address.
Sorry, something went wrong.
No branches or pull requests
We should remove public s3 read access instructions for S3 bucket.
--create Amazon S3 bucket with public read access
aws s3api create-bucket --bucket --acl public-read --region --create-bucket-configuration LocationConstraint=
--
This should be done using Cloudfront distribution with policy to restrict access to the CloudFrontOriginAccessIdentity
The text was updated successfully, but these errors were encountered: