Skip to content

Commit 3e39648

Browse files
authored
chore: cleanup some useless code related to services that were removed due to lack of maintenance (#6763)
* chore: cleanup some useless code related to services that were reomved due to lack of maintenance * make clippy happy * update .env.example * run cmd: just generate java
1 parent 81e2653 commit 3e39648

File tree

8 files changed

+1012
-1176
lines changed

8 files changed

+1012
-1176
lines changed

.env.example

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -88,12 +88,6 @@ OPENDAL_WEBHDFS_DISABLE_LIST_BATCH=false
8888
OPENDAL_VERCEL_ARTIFACTS_ACCESS_TOKEN=<token>
8989
# onedrive
9090
OPENDAL_ONEDRIVE_ACCESS_TOKEN=<access_token>
91-
# atomicserver
92-
OPENDAL_ATOMICSERVER_ROOT=/path/to/dir
93-
OPENDAL_ATOMICSERVER_ENDPOINT=http://localhost:9883
94-
OPENDAL_ATOMICSERVER_PRIVATE_KEY=<private_key>
95-
OPENDAL_ATOMICSERVER_PUBLIC_KEY=<public_key>
96-
OPENDAL_ATOMICSERVER_PARENT_RESOURCE_ID=http://localhost:9883
9791
# foundationdb
9892
OPENDAL_FOUNDATIONDB_ROOT=/path/to/dir
9993
OPENDAL_FOUNDATIONDB_CONFIG_PATH=/tmp/opendal/foundationdb.conf
@@ -192,13 +186,6 @@ OPENDAL_KOOFR_ROOT=/path/to/dir
192186
OPENDAL_KOOFR_ENDPOINT=<endpoint>
193187
OPENDAL_KOOFR_EMAIL=<email>
194188
OPENDAL_KOOFR_PASSWORD=<password>
195-
# icloud
196-
OPENDAL_ICLOUD_ROOT=/
197-
OPENDAL_ICLOUD_APPLE_ID=<apple_id>
198-
OPENDAL_ICLOUD_PASSWORD=<password>
199-
OPENDAL_ICLOUD_TRUST_TOKEN=<trust_token>
200-
OPENDAL_ICLOUD_DS_WEB_AUTH_TOKEN=<ds_web_auth_token>
201-
OPENDAL_ICLOUD_IS_CHINA_MAINLAND=true
202189
# vercel blob
203190
OPENDAL_VERCEL_BLOB_ROOT=/path/to/dir
204191
OPENDAL_VERCEL_BLOB_TOKEN=<token>

README.md

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -133,16 +133,16 @@ OpenDAL's development is guided by its vision of **One Layer, All Storage** and
133133

134134
## For *ANY* services
135135

136-
| Type | Services |
137-
| ------------------------------ | ---------------------------------------------------------------------------------------------------------------------------------------- |
138-
| Standard Storage Protocols | ftp http [sftp] [webdav] |
139-
| Object Storage Services | [azblob] [cos] [gcs] [obs] [oss] [s3] <br> [b2] [openstack_swift] [upyun] [vercel-blob] |
140-
| File Storage Services | fs [alluxio] [azdls] [azfile] [compfs] <br> [dbfs] [gridfs] [hdfs] [hdfs-native] [ipfs] [webhdfs] |
141-
| Consumer Cloud Storage Service | [aliyun-drive] [gdrive] [onedrive] [dropbox] [icloud] [koofr] <br> [pcloud] [seafile] [yandex-disk] |
142-
| Key-Value Storage Services | [cacache] [cloudflare-kv] [dashmap] memory [etcd] <br> [foundationdb] [persy] [redis] [rocksdb] [sled] <br> [redb] [tikv] [atomicserver] |
143-
| Database Storage Services | [d1] [mongodb] [mysql] [postgresql] [sqlite] [surrealdb] |
144-
| Cache Storage Services | [ghac] [memcached] [mini-moka] [moka] [vercel-artifacts] |
145-
| Git Based Storage Services | [huggingface] |
136+
| Type | Services |
137+
| ------------------------------ | ------------------------------------------------------------------------------------------------------------------------- |
138+
| Standard Storage Protocols | ftp http [sftp] [webdav] |
139+
| Object Storage Services | [azblob] [cos] [gcs] [obs] [oss] [s3] <br> [b2] [openstack_swift] [upyun] [vercel-blob] |
140+
| File Storage Services | fs [alluxio] [azdls] [azfile] [compfs] <br> [dbfs] [gridfs] [hdfs] [hdfs-native] [ipfs] [webhdfs] |
141+
| Consumer Cloud Storage Service | [aliyun-drive] [gdrive] [onedrive] [dropbox] [koofr] <br> [pcloud] [seafile] [yandex-disk] |
142+
| Key-Value Storage Services | [cacache] [cloudflare-kv] [dashmap] memory [etcd] <br> [foundationdb] [persy] [redis] [rocksdb] [sled] <br> [redb] [tikv] |
143+
| Database Storage Services | [d1] [mongodb] [mysql] [postgresql] [sqlite] [surrealdb] |
144+
| Cache Storage Services | [ghac] [memcached] [mini-moka] [moka] [vercel-artifacts] |
145+
| Git Based Storage Services | [huggingface] |
146146

147147
[sftp]: https://datatracker.ietf.org/doc/html/draft-ietf-secsh-filexfer-02
148148
[webdav]: https://datatracker.ietf.org/doc/html/rfc4918
@@ -173,7 +173,6 @@ OpenDAL's development is guided by its vision of **One Layer, All Storage** and
173173
[gdrive]: https://www.google.com/drive/
174174
[onedrive]: https://www.microsoft.com/en-us/microsoft-365/onedrive/online-cloud-storage
175175
[dropbox]: https://www.dropbox.com/
176-
[icloud]: https://www.icloud.com/iclouddrive
177176
[koofr]: https://koofr.eu/
178177
[pcloud]: https://www.pcloud.com/
179178
[seafile]: https://www.seafile.com/
@@ -190,7 +189,6 @@ OpenDAL's development is guided by its vision of **One Layer, All Storage** and
190189
[sled]: https://crates.io/crates/sled
191190
[redb]: https://crates.io/crates/redb
192191
[tikv]: https://tikv.org/
193-
[atomicserver]: https://github.com/atomicdata-dev/atomic-server
194192

195193
[d1]: https://developers.cloudflare.com/d1/
196194
[mongodb]: https://www.mongodb.com/

0 commit comments

Comments
 (0)