|
|
|
|
|
|
|
|
pull(self,
task,
onconflict=None)
Fetch updates from the peer repository and import them into the local
database (active pull) |
source code
|
|
|
|
push(self,
task)
Extract new updates from the local database and send them to the peer
repository (active push) |
source code
|
|
|
|
send(self,
resource,
start=None,
limit=None,
msince=None,
filters=None,
mixed=False,
pretty_print=False)
Respond to an incoming pull from the peer repository |
source code
|
|
|
|
receive(self,
source,
resource,
strategy=None,
update_policy=None,
conflict_policy=None,
onconflict=None,
last_sync=None,
mixed=False)
Respond to an incoming push from the peer repository |
source code
|
|
|
Inherited from s3sync.S3SyncBaseAdapter:
__init__
Inherited from object:
__delattr__,
__format__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__sizeof__,
__str__,
__subclasshook__
|