We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
3.8.0
Linux (AMD)
Docker Deployment
事实上在 openimsdk/open-im-server#2317 已经有人报告过,但是被自动关闭了。
OPENIM_RPC_THIRD_OBJECT_ENABLE=oss OPENIM_RPC_THIRD_OBJECT_OSS_ENDPOINT=https://xxxx.aliyuncs.com OPENIM_RPC_THIRD_OBJECT_OSS_BUCKET=xxx-im OPENIM_RPC_THIRD_OBJECT_OSS_BUCKETURL=https://xxxx.xxxx.xxxx OPENIM_RPC_THIRD_OBJECT_OSS_ACCESSKEYID=xxxxx OPENIM_RPC_THIRD_OBJECT_OSS_ACCESSKEYSECRET=xxxxx OPENIM_RPC_THIRD_OBJECT_OSS_PUBLICREAD=true # 是否公开读取
Docker compose:
- IMENV_OPENIM_RPC_THIRD_OBJECT_ENABLE=${OPENIM_RPC_THIRD_OBJECT_ENABLE} - IMENV_OPENIM_RPC_THIRD_OBJECT_OSS_ENDPOINT=${OPENIM_RPC_THIRD_OBJECT_OSS_ENDPOINT} - IMENV_OPENIM_RPC_THIRD_OBJECT_OSS_BUCKET=${OPENIM_RPC_THIRD_OBJECT_OSS_BUCKET} - IMENV_OPENIM_RPC_THIRD_OBJECT_OSS_BUCKETURL=${OPENIM_RPC_THIRD_OBJECT_OSS_BUCKETURL} - IMENV_OPENIM_RPC_THIRD_OBJECT_OSS_ACCESSKEYID=${OPENIM_RPC_THIRD_OBJECT_OSS_ACCESSKEYID} - IMENV_OPENIM_RPC_THIRD_OBJECT_OSS_ACCESSKEYSECRET=${OPENIM_RPC_THIRD_OBJECT_OSS_ACCESSKEYSECRET} - IMENV_OPENIM_RPC_THIRD_OBJECT_OSS_PUBLICREAD=${OPENIM_RPC_THIRD_OBJECT_OSS_PUBLICREAD}
图片的请求地址为:
https://im_api(port: 10002)/api/object/3/msg_picture_cc83598702168c07b2533b125b340f6d.jpg
会被 302 跳转到
请求网址: https://xxx-im.oss-xxxx.aliyuncs.com/openim%2Fdata%2Fhash%2F14b34f8be36f792d0dc61c876df69129 请求方法: GET 状态代码: 403 Forbidden
另外一个细节就是BUCKETURL
当我设置提自己的域名时(OSS已经绑定正确了),但是消息里面依然还是使用 OSS 域的址,就像 https://xxx-im.oss-xxxx.aliyuncs.com/openim%2Fdata%2Fhash%2F14b34f8be36f792d0dc61c876df69129 ,依然使用的是 aliyuncs.cm,而不是我所配置的域名。
https://xxx-im.oss-xxxx.aliyuncs.com/openim%2Fdata%2Fhash%2F14b34f8be36f792d0dc61c876df69129
aliyuncs.cm
当然这一点我不确认是不是因为 publicRead 错误产生的并发症。
publicRead
No response
The text was updated successfully, but these errors were encountered:
I have the same problem, can help solve it?
Sorry, something went wrong.
看起来 Docker issues 维护不是很积极,我将在 openimsdk/open-im-server#2727 重新开放,关掉这个。
Bot detected the issue body's language is not English, translate it automatically. 👯👭🏻🧑🤝🧑👫🧑🏿🤝🧑🏻👩🏾🤝👨🏿👬🏿
It seems that Docker issues are not actively maintained, I will reopen it at openimsdk/open-im-server#2727 and close this.
withchao
No branches or pull requests
OpenIM Server Version
3.8.0
Operating System and CPU Architecture
Linux (AMD)
Deployment Method
Docker Deployment
Bug Description and Steps to Reproduce
事实上在 openimsdk/open-im-server#2317 已经有人报告过,但是被自动关闭了。
Docker compose:
图片的请求地址为:
会被 302 跳转到
另外一个细节就是BUCKETURL
当我设置提自己的域名时(OSS已经绑定正确了),但是消息里面依然还是使用 OSS 域的址,就像
https://xxx-im.oss-xxxx.aliyuncs.com/openim%2Fdata%2Fhash%2F14b34f8be36f792d0dc61c876df69129
,依然使用的是aliyuncs.cm
,而不是我所配置的域名。Screenshots Link
No response
The text was updated successfully, but these errors were encountered: