Skip to content
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

Open
ResponseState200 opened this issue Aug 15, 2018 · 7 comments
Open

图片上传完成之后地址问题 #18

ResponseState200 opened this issue Aug 15, 2018 · 7 comments

Comments

@ResponseState200
Copy link

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这个参数的文档说明,谢谢

@luozhang002
Copy link
Collaborator

luozhang002 commented Aug 15, 2018

@ResponseState200 这个本来就是STS授权签名后的地址格式是没问题的。事实上你在OSS控制台上传的时候,看到的图片地址格式也是这种的。如果你想去掉的话,需要把你的object设置为公共读

@ResponseState200
Copy link
Author

@luozhang002 那请问我在图片上传成功之后,如何获取到图片的地址链接,我使用asyncUpload方法上传成功之后,打印了成功回调中的参数,貌似也没有返回图片的地址链接

@tonlen
Copy link

tonlen commented Aug 23, 2018

@luozhang002 SDK中有获取私有图片URL方法 presignConstrainURLWithBucketName:withObjectKey:withExpirationInterval:withParameters: ,这个方法没有加到RN中吗?

@luozhang002
Copy link
Collaborator

@tonlen 这个目前没有加入到RN中

@flyingcrp
Copy link

这个sdk还不算很完善,建议使用 ali-oss 的 sdk .自己处理相对应的逻辑.

@iShawnWang
Copy link

@luozhang002 @alexchen1875 这个 ali-oss 是 js 的 SDK, 在 RN 是完美支持的吗...

@flyingcrp
Copy link

@luozhang002 @alexchen1875 这个 ali-oss 是 js 的 SDK, 在 RN 是完美支持的吗...

ali-oss是官方的.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants