{"id":1105,"date":"2025-02-11T19:16:12","date_gmt":"2025-02-11T19:16:12","guid":{"rendered":"https:\/\/www.kolkataonweb.com\/code-bank\/?p=1105"},"modified":"2025-02-11T19:16:12","modified_gmt":"2025-02-11T19:16:12","slug":"s3-bucket-configuration","status":"publish","type":"post","link":"https:\/\/www.kolkataonweb.com\/code-bank\/aws\/s3-bucket-configuration\/","title":{"rendered":"S3 Bucket Configuration"},"content":{"rendered":"<p>Here Read is publicly allowed, but write\/delete can be done by IAM user only<\/p>\n<pre class='wp-code-highlight prettyprint'>{\r\n    \"Version\": \"2012-10-17\",\r\n    \"Statement\": [\r\n        {\r\n            \"Sid\": \"ServeSiteMedias\",\r\n            \"Effect\": \"Allow\",\r\n            \"Principal\": \"*\",\r\n            \"Action\": [\r\n                \"s3:GetObject\",\r\n                \"s3:GetObjectAttributes\",\r\n                \"s3:GetObjectVersion\"\r\n            ],\r\n            \"Resource\": \"arn:aws:s3:::bucketname\/*\"\r\n        },\r\n        {\r\n            \"Sid\": \"PutReadDeleteSiteMedias\",\r\n            \"Effect\": \"Allow\",\r\n            \"Principal\": {\r\n                \"AWS\": \"arn:aws:iam::1234567890:user\/username\"\r\n            },\r\n            \"Action\": [\r\n                \"s3:DeleteObject\",\r\n                \"s3:GetObject\",\r\n                \"s3:PutObject\"\r\n            ],\r\n            \"Resource\": \"arn:aws:s3:::bucketname\/*\"\r\n        }\r\n    ]\r\n}\r\n<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>Here Read is publicly allowed, but write\/delete can be done by IAM user only { &#8220;Version&#8221;: &#8220;2012-10-17&#8221;, &#8220;Statement&#8221;: [ { &#8220;Sid&#8221;: &#8220;ServeSiteMedias&#8221;, &#8220;Effect&#8221;: &#8220;Allow&#8221;, &#8220;Principal&#8221;: &#8220;*&#8221;, &#8220;Action&#8221;: [ &#8220;s3:GetObject&#8221;, &#8220;s3:GetObjectAttributes&#8221;, &#8220;s3:GetObjectVersion&#8221; ], &#8220;Resource&#8221;: &#8220;arn:aws:s3:::bucketname\/*&#8221; }, { &#8220;Sid&#8221;: &#8220;PutReadDeleteSiteMedias&#8221;, &#8220;Effect&#8221;: &#8220;Allow&#8221;, &#8220;Principal&#8221;: { &#8220;AWS&#8221;: &#8220;arn:aws:iam::1234567890:user\/username&#8221; }, &#8220;Action&#8221;: [ &#8220;s3:DeleteObject&#8221;, &#8220;s3:GetObject&#8221;, &#8220;s3:PutObject&#8221; ], &#8220;Resource&#8221;: &#8220;arn:aws:s3:::bucketname\/*&#8221; } ]&hellip; <a class=\"more-link\" href=\"https:\/\/www.kolkataonweb.com\/code-bank\/aws\/s3-bucket-configuration\/\">Continue reading <span class=\"screen-reader-text\">S3 Bucket Configuration<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[423],"tags":[],"class_list":["post-1105","post","type-post","status-publish","format-standard","hentry","category-aws","entry"],"aioseo_notices":[],"_links":{"self":[{"href":"https:\/\/www.kolkataonweb.com\/code-bank\/wp-json\/wp\/v2\/posts\/1105","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.kolkataonweb.com\/code-bank\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.kolkataonweb.com\/code-bank\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.kolkataonweb.com\/code-bank\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.kolkataonweb.com\/code-bank\/wp-json\/wp\/v2\/comments?post=1105"}],"version-history":[{"count":1,"href":"https:\/\/www.kolkataonweb.com\/code-bank\/wp-json\/wp\/v2\/posts\/1105\/revisions"}],"predecessor-version":[{"id":1106,"href":"https:\/\/www.kolkataonweb.com\/code-bank\/wp-json\/wp\/v2\/posts\/1105\/revisions\/1106"}],"wp:attachment":[{"href":"https:\/\/www.kolkataonweb.com\/code-bank\/wp-json\/wp\/v2\/media?parent=1105"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.kolkataonweb.com\/code-bank\/wp-json\/wp\/v2\/categories?post=1105"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.kolkataonweb.com\/code-bank\/wp-json\/wp\/v2\/tags?post=1105"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}