You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Gophercloud contains fairly feature complete support for Object Storage, however the functions are very basic and low-level. One would have to write a good amount of code in order to have more robust uploading and downloading.
It would be beneficial to include these functions here. The functionality could/should use python-swiftclient as the basis:
I see you implemented something like this already in #47. Alternatively, you could have the documentation point users to https://github.com/majewsky/schwift, which provides a nice object-oriented Swift client API on top of Gophercloud auth.
For example, this is what segmented uploading looks like in Schwift: (error handling elided)
Gophercloud contains fairly feature complete support for Object Storage, however the functions are very basic and low-level. One would have to write a good amount of code in order to have more robust uploading and downloading.
It would be beneficial to include these functions here. The functionality could/should use
python-swiftclient
as the basis:https://github.com/openstack/python-swiftclient/blob/e65070964c7b1e04119c87e5f344d39358780d18/swiftclient/service.py
The text was updated successfully, but these errors were encountered: