-
Notifications
You must be signed in to change notification settings - Fork 102
New issue
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
图片上传完成之后地址问题 #18
Comments
@ResponseState200 这个本来就是STS授权签名后的地址格式是没问题的。事实上你在OSS控制台上传的时候,看到的图片地址格式也是这种的。如果你想去掉的话,需要把你的object设置为公共读 |
@luozhang002 那请问我在图片上传成功之后,如何获取到图片的地址链接,我使用asyncUpload方法上传成功之后,打印了成功回调中的参数,貌似也没有返回图片的地址链接 |
@luozhang002 SDK中有获取私有图片URL方法 presignConstrainURLWithBucketName:withObjectKey:withExpirationInterval:withParameters: ,这个方法没有加到RN中吗? |
@tonlen 这个目前没有加入到RN中 |
这个sdk还不算很完善,建议使用 |
@luozhang002 @alexchen1875 这个 |
ali-oss是官方的. |
https://yesdoctor.oss-cn-hongkong.aliyuncs.com/124546576856.jpg?Expires=1534305866&OSSAccessKeyId=TMP.AQF2kTi--E1BDx-PXWXuk8nl_g6pzUF3L2LoRFn5X3T7uld42AX2m0fq_o7OADAtAhUA1CbV58CmJ1KSt42-QIoylZ7NouwCFHFTuVWfeEsFu58XknkSXmYhwciv&Signature=5Xz1eF0Vh2Y4C4mDyFE6FvDXkwY%3D
上面是我上传成功之后的图片地址,?号之前的objectKey我可以理解,但是问号之后的Expires自动加上去的吗???如何可以去除掉,我是使用的initWithSecurityToken授权的方式,也请你写一下configuration这个参数的文档说明,谢谢
The text was updated successfully, but these errors were encountered: