added rquirements

This commit is contained in:
Adrian Charkiewicz 2023-02-15 22:26:03 +01:00
parent 03f7dc6471
commit 8bcbd53bf8
2 changed files with 17 additions and 0 deletions

4
requirements.txt Normal file
View File

@ -0,0 +1,4 @@
fastapi
tika
uvicorn
python-multipart

View 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/*"
}
]
}