go-storage icon indicating copy to clipboard operation
go-storage copied to clipboard

Service tracking issue of GSP-86: Add CreateLink Operation

Open Joey-1445601153 opened this issue 3 years ago • 0 comments

Steps

If this service has native support for Link or Symlink:

  • Implement CreateLink API
  • Add support for List/Stat
  • Setup linker tests

If this service doesn't have native support for Link or Symlink, it's optinal to implement the virtual_link features:

  • Start a RFC to describe the way to implement the virtual_link feature (take this issue as the tracking issue)
  • Implement the RFC
  • Setup linker tests

Services

If the service does not support CreateLink, please mark it as done and leave a comment.

  • [ ] azblob
  • [ ] bos
  • [ ] cos
  • [ ] dropbox
  • [ ] example
  • [x] fs https://github.com/beyondstorage/go-service-fs/pull/63
  • [ ] ftp
  • [ ] gcs
  • [ ] gdrive
  • [ ] hdfs
  • [ ] ipfs
  • [ ] kodo
  • [ ] memory
  • [ ] minio
  • [ ] obs
  • [ ] onedrive
  • [x] oss https://github.com/beyondstorage/go-service-oss/pull/48
  • [x] qingstor
    • https://github.com/beyondstorage/go-service-qingstor/pull/79
    • https://github.com/beyondstorage/go-service-qingstor/pull/81
  • [x] s3
    • https://github.com/beyondstorage/go-service-s3/pull/178
    • https://github.com/beyondstorage/go-service-s3/pull/175
  • [ ] storj
  • [ ] tar
  • [ ] uss
  • [ ] webdav
  • [ ] zip

Joey-1445601153 avatar Oct 18 '21 05:10 Joey-1445601153