Commit 671280d7 authored by nanahira's avatar nanahira

fix

parent 0c9f6963
Pipeline #24196 passed with stages
in 3 minutes and 39 seconds
...@@ -9,7 +9,7 @@ import { Upload } from '@aws-sdk/lib-storage'; ...@@ -9,7 +9,7 @@ import { Upload } from '@aws-sdk/lib-storage';
import { Readable } from 'stream'; import { Readable } from 'stream';
const S3 = new S3Client({ const S3 = new S3Client({
region: 'us-west-1', region: 'us-east-1',
endpoint: config.OSS.OSS_ENDPOINT, endpoint: config.OSS.OSS_ENDPOINT,
credentials: { credentials: {
accessKeyId: config.OSS.OSS_ACCESS_ID, accessKeyId: config.OSS.OSS_ACCESS_ID,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment