mirror of
https://github.com/wassname/flask-cloudy.git
synced 2026-08-20 12:20:28 +08:00
23 lines
769 B
Plaintext
23 lines
769 B
Plaintext
0.5.0
|
|
- object_path return the full path of the object when on local
|
|
- get_url() can return short url for local file instead of the full domain one
|
|
- rename Storage:get_object to Storage:object
|
|
|
|
0.4.0
|
|
- Added: provider_name, container_name, and local_path, object_path to object
|
|
|
|
0.3.1
|
|
- Added the config 'CLOUDSTORAGE_SERVE_FILES_URL_SECURE' in flask to serve
|
|
files over https
|
|
|
|
0.3.0
|
|
- Serve local files through Python
|
|
- When flask FileStorage type is being uploaded, use the stream method
|
|
- Object:get_url() will now return the appropriate url
|
|
|
|
0.2.0
|
|
- Add extension of original file on upload if object_name doesn't have an extension
|
|
- Use the original file name as object name, if object name is None
|
|
|
|
0.1.0
|
|
- First |