Skip to content

Commit

Permalink
feat(services/aliyun-drive): support AliyunDrive (#4585)
Browse files Browse the repository at this point in the history
feat(services/aliyun-drive): add support for AliyunDrive
  • Loading branch information
yuchanns authored May 17, 2024
1 parent 5ae4095 commit 08b2a96
Show file tree
Hide file tree
Showing 13 changed files with 1,756 additions and 0 deletions.
32 changes: 32 additions & 0 deletions .github/services/aliyun_drive/aliyun_drive/disabled_action.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not use this file except in compliance
# with the License. You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing,
# software distributed under the License is distributed on an
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.

name: aliyun_drive
description: 'Behavior test for Aliyun Drive'

runs:
using: "composite"
steps:
- name: Setup
uses: 1password/load-secrets-action@v1
with:
export-env: true
env:
OPENDAL_ALIYUN_DRIVE_ROOT: op://services/aliyun_drive/root
OPENDAL_ALIYUN_DRIVE_REFRESH_TOKEN: op://services/aliyun_drive/refresh_token
OPENDAL_ALIYUN_DRIVE_CLIENT_ID: op://services/aliyun_drive/client_id
OPENDAL_ALIYUN_DRIVE_CLIENT_SECRET: op://services/aliyun_drive/client_secret
1 change: 1 addition & 0 deletions core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,7 @@ services-vercel-blob = []
services-webdav = []
services-webhdfs = []
services-yandex-disk = []
services-aliyun-drive = ["dep:sha1"]

[lib]
bench = false
Expand Down
Loading

0 comments on commit 08b2a96

Please sign in to comment.