Frappe app to make file upload to S3 through attach file option in doctype.
- Upload both public and private files to s3.
- Stream files from S3, when you view the file everytime.
- Lets you add S3 credentials and config (aws key, aws secret, bucket name, folder name) through ui.
- Install boto3 and botocore with requirement.txt
- Setup aws initial configuration in ui from 'S3 Attachment Settings' Doctype.
MIT