Open Source Youtube Clone
make init
command on the root folderThen go to `http://localhost:8080
make reset
If you use the local FILESYSTEM_DISK:
If you use the s3 FILESYSTEM_DISK:
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "Public Access",
"Effect":"Allow",
"Principal":{
"AWS":"*"
},
"Action":["s3:GetObject"],
"Resource":[
"arn:aws:s3:::clipzone/avatars/*",
"arn:aws:s3:::clipzone/banners/*",
"arn:aws:s3:::clipzone/categories/*"
]
},
{
"Sid": "Video Access",
"Effect":"Allow",
"Principal":{
"AWS":"*"
},
"Action":["s3:GetObject"],
"Resource":[
"arn:aws:s3:::clipzone/videos/*"
],
"Condition": {
"StringLike": {
"aws:UserAgent": "SECRET"
}
}
}
]
}
We encourage you to contribute to ClipZone !!
Trying to report a possible security vulnerability in ClipZone ? Consider using email : contact@antonbourtnik.fr with clear description of security vulnerability.
ClipZone is made available under the MIT License.
ClipZone is created and maintained by Anton Bourtnik