storage-s3/i18n/en_US.yaml (65 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:
s3_storage:
backend:
info:
name:
other: S3 storage
description:
other: Upload files to S3 storage
config:
endpoint:
title:
other: Endpoint
description:
other: Endpoint of S3 storage
bucket_name:
title:
other: Bucket name
description:
other: Bucket name of S3 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 S3 storage
access_key_secret:
title:
other: AccessKeySecret
description:
other: AccessKeySecret of S3 storage
access_token:
title:
other: AccessToken
description:
other: AccessToken of S3 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/
region:
title:
other: Region
description:
other: Region of S3 storage
disable_ssl:
title:
other: Disable SSL
description:
other: We recommend that you use SSL to access S3 storage. If you want to disable SSL, please check this option.
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.