flask-admin-s3-upload icon indicating copy to clipboard operation
flask-admin-s3-upload copied to clipboard

Field types for allowing file and image uploads to Amazon S3 (as well as default local storage) in Flask-Admin.

Results 6 flask-admin-s3-upload issues
Sort by recently updated
recently updated
newest added

I keep getting this error: File "/Users/kevin/dev/allstarrma/flask-env/lib/python3.6/site-packages/boto/connection.py", line 1030, in _mexe raise ex File "/Users/kevin/dev/allstarrma/flask-env/lib/python3.6/site-packages/boto/connection.py", line 943, in _mexe request.body, request.headers) File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/http/client.py", line 1239, in request self._send_request(method, url, body,...

Remove and Edit is not accepted now. Do you have plan to change this behaviour of flask-admin-s3-upload module? Thank you

Hi. Thanks for the library. The library works fine when the bucket name doesn't contain dots, But suppose, I have a bucket with name 'bucket.abc' then it throws ssl.CertificateError error....

Hi, I have removed the `storage_type_field` and the `bucked_name_field` and used `self.storage_type` and `self.bucket_name` instead. Maybe I have misunderstood the purpose of these two field but the deletion of the...