HumanBrainProject / ebrains-storage

Python client interface for EBRAINS Collaboratory Drive (Seafile) and Bucket (data-proxy) storage
Apache License 2.0
8 stars 3 forks source link

feat/doc: allow adding custom header to object/adding docs on this operation #27

Open xgui3783 opened 10 months ago

xgui3783 commented 10 months ago

swift object storage actually comes with the ability to add custom/standard http headers

And after some trial and error, it appears adding the support is not terribly difficult.

This PR fixes a bug, which enables this feature, but also added docs on how it could be used.