简体   繁体   English

使用iOS SDK的Filepicker.io + S3存储桶

[英]Filepicker.io + s3 bucket using ios sdk

I have a filepicker.io account which is set up to use my s3 bucket for storage. 我有一个filepicker.io帐户,该帐户设置为使用我的s3存储桶进行存储。 I can upload a file from iOS but no one can view it. 我可以从iOS上传文件,但没有人可以查看。

And I can't find a way to set access:public, because ios sdk doesn't allow to customize store request. 而且我找不到设置access:public的方法,因为ios sdk不允许自定义存储请求。

What are default access settings when using ios sdk to upload a file? 使用ios sdk上传文件时的默认访问设置是什么?

The Ink Filepicker iOS library doesn't support setting s3 access levels. Ink Filepicker iOS库不支持设置s3访问级别。 As a workaround, you should use the filepicker url that returns, as it is public. 作为一种解决方法,您应该使用返回的filepicker url,因为它是公共的。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 filepicker.io 在 IOS 上有电话间隙 - filepicker.io with phone gap on IOS filepicker.io-iOS支持的文件类型? - filepicker.io - Supported file types in iOS? 如何在iOS的Filepicker.io中预填充Web图像搜索查询? - How can I pre-populate the web images search query in Filepicker.io for iOS? 使用Amazon SDK和存储桶策略将图像从ios应用程序上传到Amazon S3 - Uploading images to amazon s3 from ios app using amazon sdk and bucket policy 如何使用iOS SDK将AWS S3文件从一个存储桶复制到另一个存储桶 - How to copy an AWS S3 file from one bucket to another using iOS SDK 在Amazon S3存储桶中上传背景图片(背景模式),而无需在iOS Swift中使用AWS开发工具包 - Background image (Background Mode) uploading in Amazon S3 bucket without using AWS SDK in iOS Swift 无法使用 AWS S3 iOS SDK 从存储桶的子文件夹下载 - Unable to download from subfolder of a bucket using AWS S3 iOS SDK 适用于iOS的AWS开发工具包:无法列出S3存储桶中的文件 - AWS SDK for iOS: unable to list the files in an S3 bucket 如何允许访客 Amplify 用户使用 AWS Amplify iOS 开发工具包从我的 S3 存储桶下载文件? - How can I allow guest Amplify users to download files from my S3 bucket using the AWS Amplify iOS SDK? 无法通过iOS 11.4.1将文件上传到S3存储桶(AWS-IOS-SDK-2.6.24) - Unable to upload files into S3 bucket through iOS 11.4.1 (AWS-IOS-SDK-2.6.24)
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM