frappe-attachments-s3 icon indicating copy to clipboard operation
frappe-attachments-s3 copied to clipboard

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

Results 28 frappe-attachments-s3 issues
Sort by recently updated
recently updated
newest added

### Expected behaviour Uploaded image should be in the specified image field. ### Actual behaviour Not all File uploads are image_field uploads. If a File was uploaded on a Doctype...

import of magic library caused error while uploading files

I have customised patient table of healthcare module and added one child table which take any type of attachments. On inserting i am getting timestamp mismatch error

I have already migrated the existing files to S3, but now I have decided to use frappecloud itself. How can we restore files that have already been synced to S3...

ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts. frappe 15.0.0.dev0 requires boto3~=1.18.49,...

Unpin dependency to fix outdated error when installing erpnext

### Expected behaviour No error in installation ### Actual behaviour Below error msg Installing frappe_s3_attachment... frappe.integrations.doctype.s3_backup_settings.s3_backup_settings.take_backups_daily is not a valid method: cannot import name 'Mapping' from 'collections' (/usr/lib/python3.10/collections/__init__.py) frappe.integrations.doctype.s3_backup_settings.s3_backup_settings.take_backups_weekly is...

This PR updates the frappe_s3_attachment documentation to include the necessary AWS policies for correctly configuring S3 integration. The added sections provide detailed examples of the required S3 Bucket Policy, IAM...