Closed mark8s closed 6 months ago
The endpoint seems invalid. It should be something like oss-cn-hangzhou.aliyuncs.com
.
@D-D-H Why can only domain names be used? The server I built myself should also need support.
The server I built myself should also need support.
Do you mean that the OSS server is deployed by yourself?
We use OSS standard SDK to handle OSS transfer requests.
Can you provide the document that describes how to deploy a personal OSS server, so that I can have a deep investigation?
@D-D-H I am currently using the locally built minio service to store files. Is there any way to use it?
The protocols of Aliyun OSS and minio may not be different. Can you obtain an url from minio and then try the "URL" method ? I'm not familiar with minio, even don't know whether is it possible to obtain an url from minio.
like this https://www.hxstrive.com/subject/minio/684.htm ? @yanglong1010
yes, try presignedGetObject
@yanglong1010 You mean I use this?
According to the document, MinIO is compatible with the S3 protocol.
Have you tried S3?
@yanglong1010 You mean I use this?
yes
@yanglong1010 This approach is not appropriate
@mark8s
Has this problem been solved?
@D-D-H haha~ No, I haven't tried it in s3 mode yet. This problem will not block my current work for the time being.
What's the problem?