Files
filecodebox/docs/guide/storage.md
T
2025-03-02 20:43:58 +08:00

26 lines
490 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 阿里云设置
S3 AccessKeyId: `AccessKeyId`
S3 SecretAccessKey: `SecretAccessKey`
S3 BucketName: `bucket-name`
S3 EndpointUrl: `https://<bucket-name>.<region>.aliyuncs.com`
S3 Signature Version: `s3v4`
S3 Region Name`region`
# Minio设置
S3 AccessKeyId: `AccessKeyId`
S3 SecretAccessKey: `SecretAccessKey`
S3 BucketName: `bucket-name`
S3 EndpointUrl: api接口地址
S3 Signature Version: `s3v4`
S3 Region Name:根据`configurations`里面设置的 `Server Location`