beyondstorage / go-storage

A vendor-neutral storage library for Golang: Write once, run on every storage service.

Home Page:https://beyondstorage.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

services/icloud: Add icloud support for go-storage

Xuanwo opened this issue · comments

Background

image

As users call for iCloud support, we need to think about it.

Problem

However, iCloud Drive doesn't have a stable go SDK for now. We may need to do something like packet capture to implement this SDK, this could be unstable or even violet the Apple's terms.

Possible Solutions

  • Maintain an iCloud Golang SDK
  • Build an iCloud Service via this SDK

References