update
This commit is contained in:
@@ -19,7 +19,7 @@ JIMENG_TIMEOUT=300000
|
||||
# S3
|
||||
S3_BUCKET=your_bucket_name
|
||||
S3_ACCESS_KEY_ID=your_access_key
|
||||
S3_ACCESS_KEY_SECRET=your_secret_key
|
||||
S3_SECRET_ACCESS_KEY=your_secret_key
|
||||
S3_REGION=cn-beijing
|
||||
S3_ENDPOINT=tos-cn-beijing.volces.com
|
||||
|
||||
|
||||
@@ -19,7 +19,7 @@ export {
|
||||
}
|
||||
export const ossService = useContextKey('oss', new OSSService({
|
||||
accessKeyId: config.S3_ACCESS_KEY_ID,
|
||||
accessKeySecret: config.S3_ACCESS_KEY_SECRET,
|
||||
accessKeySecret: config.S3_SECRET_ACCESS_KEY,
|
||||
bucketName: config.S3_BUCKET_NAME,
|
||||
region: config.S3_REGION,
|
||||
endpoint: config.S3_ENDPOINT,
|
||||
|
||||
Reference in New Issue
Block a user