zerodha / frappe-attachments-s3

A frappe app to upload file attachments in doctypes to s3.
Other
115 stars 131 forks source link

features: allow custom domain name instead of s3 domain #23

Open zeroiszero opened 5 years ago

zeroiszero commented 5 years ago

Allow custom domain like cdn.example.com/PATH_TO_FILE (AWS cloudfront like d111111abcdef8.cloudfront.net//PATH_TO_FILE)

Instead of BUCKEY_NAME.s3.amazonaws.com/PATH_TO_FILE

This would be helpful for serving static content from CDN