feat 更新响应模板
fix
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import random
|
||||
from io import BytesIO
|
||||
import boto3
|
||||
# import boto3
|
||||
import cv2
|
||||
import numpy as np
|
||||
from PIL import Image
|
||||
@@ -15,7 +15,7 @@ minio_client = Minio(
|
||||
secret_key=MINIO_SECRET,
|
||||
secure=MINIO_SECURE)
|
||||
|
||||
s3 = boto3.client('s3', aws_access_key_id=S3_ACCESS_KEY, aws_secret_access_key=S3_AWS_SECRET_ACCESS_KEY, region_name=S3_REGION_NAME)
|
||||
# s3 = boto3.client('s3', aws_access_key_id=S3_ACCESS_KEY, aws_secret_access_key=S3_AWS_SECRET_ACCESS_KEY, region_name=S3_REGION_NAME)
|
||||
|
||||
|
||||
@PIPELINES.register_module()
|
||||
|
||||
Reference in New Issue
Block a user