added rquirements
This commit is contained in:
parent
03f7dc6471
commit
8bcbd53bf8
4
requirements.txt
Normal file
4
requirements.txt
Normal file
@ -0,0 +1,4 @@
|
||||
fastapi
|
||||
tika
|
||||
uvicorn
|
||||
python-multipart
|
13
website-bucket-policy.json
Normal file
13
website-bucket-policy.json
Normal file
@ -0,0 +1,13 @@
|
||||
{
|
||||
"Version": "2012-10-17",
|
||||
"Id": "MyPolicy",
|
||||
"Statement": [
|
||||
{
|
||||
"Sid": "PublicReadForGetBucketObjects",
|
||||
"Effect": "Allow",
|
||||
"Principal": "*",
|
||||
"Action": "s3:GetObject",
|
||||
"Resource": "arn:aws:s3:::dpzc/*"
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue
Block a user