swh.objstorage.api.client module¶
-
class
swh.objstorage.api.client.
RemoteObjStorage
(**kwargs)[source]¶ Bases:
object
Proxy to a remote object storage.
This class allows to connect to an object storage server via http protocol.
-
url
¶ The url of the server to connect. Must end with a ‘/’
- Type
string
-
session
¶ The session to send requests.
-