Search
 
SCRIPT & CODE EXAMPLE
 

TYPESCRIPT

how to make s3 bucet objects publicj

{"Version": "2008-10-17",
"Statement": [{"Sid": "AllowPublicRead",
"Effect": "Allow",
"Principal": {
"AWS": "*"
},
"Action": "s3:GetObject",
"Resource": "arn:aws:s3:::YOUR-BUCKET-NAME/*"
}]}
Comment

PREVIOUS NEXT
Code Example
Typescript :: typescript add property if not exist, merge if it exists 
Typescript :: react handlesubmit typescript 
Typescript :: angular 8 set cookie to string 
Typescript :: adonis load many 
Typescript :: Bulk Products Selection on sales process odoo 
Typescript :: oclif text 
Typescript :: create react native app typescript 
Typescript :: oclif open link 
Typescript :: keyboard events pygame 
Typescript :: adonis load relationship 
Typescript :: typescriprt specify type of key 
Typescript :: kotlin toast.makeText non of the arguments supplied 
Typescript :: replace all br tags within node with paragraph opening and closing tags 
Typescript :: check if file.properties is exits android 
Typescript :: angular convert file to base64 
Typescript :: No provider for ChildrenOutletContexts 
Typescript :: .env typescript 
Typescript :: laravel update if exists or create 
Typescript :: create jwt token typescript 
Typescript :: remote events client to server lua 
Typescript :: react native base64 encode 
Typescript :: what is test management 
Typescript :: mongoose to object keep all fields 
Typescript :: React Typescript form event 
Typescript :: upload file requests python 
Typescript :: regex match round brackets contains any characters 
Typescript :: git lits file in commit 
Typescript :: angular send mailto html 
Typescript :: react typescript onclick type 
Typescript :: node fetch image to base64 
ADD CONTENT
Topic
Content
Source link
Name
3+1 =