S3 Image Frappe

Automatically upload Frappe images to AWS S3 on the fly

Install S3 Image Frappe

bench get-app https://github.com/ahmadhuss/s3_image_frappe

Tags

  • erpnext
  • frappe
  • image
  • s3
  • s3-bucket
  • upload

Add the Frappe Gems badge to your README

Maintain S3 Image Frappe? Paste this into your README:

[![Listed on Frappe Gems](https://frappegems.com/api/method/frappe_gems.seo.badge?app=ahmadhuss%2Fs3_image_frappe)](https://frappegems.com/gems/apps/ahmadhuss/s3_image_frappe)

About S3 Image Frappe

Frappe S3 Image Handler/Uploader

The following Frappe app automatically uploads all Frappe images to an AWS S3 bucket.

Installation

# Clone and install the app in Frappe Bench
cd ~/frappe-bench
bench get-app https://github.com/your-repo/s3_image_fappe.git
bench --site your-site install-app s3_image_fappe
bench restart

Set AWS S3 Credentials and Ready to Upload Images

AWS Attachment

Note:

Ensure that the bucket policy permits public access to images.

{
    "Version": "2012-10-17",
    "Statement": [
        {
            "Sid": "PublicReadGetObject",
            "Effect": "Allow",
            "Principal": "*",
            "Action": "s3:GetObject",
            "Resource": "arn:aws:s3:::test/*"
        }
    ]
}

License

MIT (see license.txt )

Related Other apps for Frappe & ERPNext

  • Erpnext — Free and Open Source Enterprise Resource Planning (ERP)
  • Helpdesk — Modern, Streamlined, Free and Open Source Customer Service Software
  • Print Designer — Visual print designer for Frappe / ERPNext
  • Ctr — CTR模型代码和学习笔记总结
  • Whitelabel — Whitelabel ERPNext
  • Fossunited — fossunited.org
  • Helm — Helm Chart Repository for Frappe/ERPNext
  • Frappe Attachments S3 — A frappe app to upload file attachments in doctypes to s3.