Creating an S3 Bucket and Setting IAM Permissions

  Рет қаралды 19,946

CloudCasts

2 жыл бұрын

We create an S3 bucket! I describe what the various options mean, and then we create an IAM User + Policy that allows us to perform certain actions against the bucket.
We get the IAM permissions from the Flysystem S3 adapter, which is used by Laravel to store files in S3. flysystem.thephpleague.com/v1/docs/adapter/aws-s3-v3/
This video is part of cloudcasts.io

Пікірлер: 6
@SubhashKumar-do6ld
@SubhashKumar-do6ld 2 жыл бұрын
Awesome you saved my day. This is what I needed. Thank you so much.
@FreddieOmega
@FreddieOmega Жыл бұрын
Thx, you saved me a shitload of time!
@AliAwwad
@AliAwwad 5 ай бұрын
Thank you. But it appears for Statamic you need to turn on ACLs.
@Roberto-mr8iy
@Roberto-mr8iy Жыл бұрын
You did a good job but i didn’t see where you went to pull out the CLI to paste the code
@tartanrambo
@tartanrambo 2 жыл бұрын
This video sadly left me more confused than I was previously. Anyone knowing what you were talking about will probably not need this tutorial. Can't we keep it simple, for us simple-minded folk? 1. Create a bucket, 2. Add some files, 3. Create a bunch of private Users with password access to view, add, delete, create folders, etc. Job done! Other than that, your video was great!
@user-zn8wj6pb7s
@user-zn8wj6pb7s Жыл бұрын
Ln 8, Col 16Invalid Action: The action s3:ListBuckets does not exist. Did you mean s3:ListAllMyBuckets? The API called ListBuckets authorizes against the IAM action s3:ListAllMyBuckets. Learn more