Skip to main content

Module cloud_sync

Module cloud_sync 

Source
Expand description

Cloud Sync Service Integration

This module provides integration with cloud storage services for session backup and cross-device synchronization.

Structs§

AzureBlobConfig
CloudSyncConfig
Cloud sync configuration
DropboxConfig
GcsConfig
ICloudConfig
LocalConfig
LocalSyncService
Local file-based sync (for network drives, etc.)
OneDriveConfig
RemoteSessionInfo
Remote session information
S3Config
SessionSyncState
Sync state for a single session
SyncManager
Main sync manager that coordinates synchronization
SyncResult
Result of a sync operation
SyncState
Overall sync state
UploadResult
Upload result
WebDavConfig

Enums§

CloudProvider
Supported cloud storage providers
ConflictResolution
Conflict resolution strategies
ProviderSpecificConfig
Provider-specific configuration
SyncStatus
Sync status for a session

Traits§

CloudSyncService
Cloud sync service trait