Skip to content

bailabs/Frappe-attachments-s3

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Frappe S3 Attachment

Frappe app to make file upload to S3 through attach file option in doctype.

Features.

  1. Upload both public and private files to s3.
  2. Stream files from S3, when you view the file everytime.
  3. Lets you add S3 credentials and config (aws key, aws secret, bucket name, folder name) through ui.

Initial Setup.

  1. Install boto3 and botocore with requirement.txt
  2. Setup aws initial configuration in ui from 'S3 Attachment Settings' Doctype.

License

MIT

About

A frappe app to upload file attachments in doctypes to s3.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 93.0%
  • JavaScript 7.0%