release v2

This commit is contained in:
Rimo
2024-01-26 17:04:50 +00:00
parent 60c150d787
commit 80f4dc3682
3 changed files with 22 additions and 15 deletions

View File

@@ -12,18 +12,18 @@ inputs:
ossutil-version:
description: 'The OSSUTIL version to download and use, or "latest" for the latest version.'
required: true
default: '1.7.14'
default: '1.7.18'
endpoint:
description: 'The endpoint of your bucket'
description: 'The endpoint of the region in which the bucket is located.'
required: false
access-key-id:
description: 'The AccessKey ID of the credentials'
description: 'The AccessKey ID of the credential.'
required: false
access-key-secret:
description: 'The AccessKey Secret of the credentials'
description: 'The AccessKey Secret of the credential.'
required: false
sts-token:
description: 'The STS Token of the credentials'
description: 'The STS Token of the credential. Only required for STS temporary access credential.'
required: false
# Define your outputs here.