storage-aliyunoss/i18n/en_US.yaml (60 lines of code) (raw):

# 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. plugin: aliyunoss_storage: backend: info: name: other: Aliyun OSS storage description: other: Upload files to AliCloud OSS storage config: endpoint: title: other: Endpoint description: other: Endpoint of AliCloud OSS storage bucket_name: title: other: Bucket name description: other: Bucket name of AliCloud OSS storage object_key_prefix: title: other: Object Key prefix description: other: prefix of the object key like 'answer/data/' that ending with '/' access_key_id: title: other: AccessKeyID description: other: AccessKeyID of the AliCloud OSS storage access_key_secret: title: other: AccessKeySecret description: other: AccessKeySecret of AliCloud OSS storage visit_url_prefix: title: other: Access URL prefix description: other: prefix of the final access address of the uploaded file, ending with '/' https://example.com/xxx/ acl: title: other: Object ACL description: other: Set Object ACL, default is consistent with the read and write permissions of the Bucket, can be modified to public read. options: default: other: Default public_read: other: Public Read err: mis_storage_config: other: Wrong storage configuration causes upload failure. file_not_found: other: File not found. unsupported_file_type: other: Unsupported file type. over_file_size_limit: other: File size limit exceeded. upload_file_failed: other: Failed to upload a file.