react-native-aws3
react-native-aws3 copied to clipboard
Pure JavaScript React Native library for uploading to AWS S3
const img_uri = `data:image/png;base64, ${value}`; const file = { uri: img_uri, name: "image.png", type: "image/png" }; const options = { keyPrefix: "media/public/profile/", bucket: "asdasdasdsad", region: "asdsadsad", accessKey: "asdasdsadsadsadsadadadad", secretKey: "dasdsadsadsadadasdasdasdsadasd",...
This pull request is to support temporary security credentials. To upload a file with temporary security credentials, you have to add `x-amz-security-token` header, as described in [this](https://docs.aws.amazon.com/AmazonS3/latest/userguide/RESTAuthentication.html#UsingTemporarySecurityCredentials). You can do...
We received an email from AWS saying that if you use HTTPs to send traffic to S3 buckets we will be affected by their certificate migration to their own Certificate...
Hello. This library is very cool, but checking documentation and its source code it seems to be that it only supports to upload files to the s3 bucket, but not...
as title says, i'd like to have a funciton that tells me the size of given folder's prefix in my bucket
image object contain uri path : ``` **{ name:"6ca129ac-8a07-4838-b141-cd25126b250b" type:"image/jpeg" uri:"content://com.vider/external_files/Pictures/images/image-647ec492-7149-4f13-822a-4e95dc053c9e.jpg" }** ``` complete source code: ` const options = { keyPrefix: storagePath, bucket: 'wigbucket', region: 'us-east-1', accessKey: accessKey, secretKey:...
is it posible to upload with a pre-signed url ? If not, it would be awesome you could implement that feature. http://docs.aws.amazon.com/AmazonS3/latest/dev/UsingHTTPPOST.html
This is simply #9 with conflicts resolved
"react-native-aws3": "^0.0.9",