Questions tagged [awss3transferutility]
58 questions
0
votes
1 answer
How to speed up the copy in S3 bucket?
I have a bucket bucket_a and trying to copy the content of this bucket into another bucket bucket_b but it is taking huge time to copy the objects from a folder folder_a of bucket bucket_a to folder_a of bucket bucket_b as there are nearly 9k…

VIPIN KUMAR
- 3,019
- 1
- 23
- 34
0
votes
1 answer
Upload my object to AWS S3 from my android project in kotlin using tranferutility
I am amateur to both android studio and kotlin. However, I am designing an app where I am collecting user data and need to post it to AWS s3 in an anonymous way without the cognito authentication. I have done a sample upload of an image onto aws S3…

Eswar
- 1,201
- 19
- 45
0
votes
3 answers
swift iOS S3 access denied while using Mobile Hub configuration
I am currently using Mobile Hub in my app. When I tried to use S3 to upload photos to my bucket, I copied in verbatim the function from documentation here to download/upload files:…

Jonathan Wong
- 460
- 5
- 11
0
votes
1 answer
AWS S3 TransferManger vs. TransferUtility
Not too long ago I stumbled upon AWS's S3 iOS SDK and I use it faithfully in my projects.
Recently a project is requiring me to implement a new feature that i've never done before, uploading media to S3 and continuing the upload even if the app…

Michael Westbrooks II
- 145
- 1
- 2
- 10
0
votes
2 answers
AWSS3 What are the best strategies of bucket location for video uploading?
I have configured a bucket on Amazon and I use CloudFront. I upload images and videos on it.
Even though my videos are max 15 sec and I compress them (with AVAssetExportSession in AVAssetExportPreset640x480 format + shouldOptimizeForNetworkUse set…

Marie Dm
- 2,637
- 3
- 24
- 43
0
votes
1 answer
Using AWS TransferUtility on a service
I need your help with something, I'm making an Android App report some information(text and images), I use a Service to synchronize the data, when comes to the image, I was using the TransferManager method, it was working well for most of the times,…

Alejandro_rios
- 28
- 6
0
votes
0 answers
AWS S3 TransferUtility.UploadDirectoryRequest and HTTP PUT Limit
Here is a little background. I have designed a WEB API which provides methods for cloud operations(upload, download..). This API internally calls AWS API methods to fulfill these cloud operation requests.
WebDev solution --> WEB API --> AWS API
I am…

Kumar
- 61
- 1
- 3
0
votes
0 answers
Passing a Memory Stream from one API to another API
I am trying to export some data to excel and store that excel in AWS S3. Our current architecture is like,
we get data from database and manipulate it as per our needs. This is done is one API call.
We need to pass that data as stream to another…

Venkata Dorisala
- 4,783
- 7
- 49
- 90
0
votes
2 answers
How to add pause and resume for android file upload to aws s3 server
I am developing an android app to upload files to amazon s3 server. It works fine. Now, I want to add pause and resume function to the app. I am using transferutility function. Is there any solution or how it possible with shared preference? Please…

fazil tm
- 299
- 1
- 5
- 23
0
votes
2 answers
How to upload an Android file to S3 bucket with public permission
I keep trying to upload a file to an s3 bucket. But the file is never public for viewing. I have to manually make the files/folder in the bucket public (for every upload) for it to be view able.
Is there a way to upload an Android file (bitmap)…

Ebad Saghar
- 1,107
- 2
- 16
- 41
0
votes
1 answer
S3 feature to publish to multiple buckets
We are currently publishing data to an S3 bucket. We now have multiple clients to consume this data that we stored in our bucket. Each client wants to have their own bucket. The ask is to publish data to each bucket.
Option 1: Have our publisher…

RayJoe
- 3
- 5
-1
votes
1 answer
AWS S3 duplicating millions of objects from one bucket to another bucket with name change
The requirement is we store the documents in s3 buckets. Client needs backup in the specific interval so take it to the filesystem or s3 or azure or any other place and give it back to restore back sometimes. The versioning is enabled in the s3…

San
- 69
- 1
- 8
-1
votes
1 answer
Getting access denied error while uploading file to amazon s3 using tranferutility
Getting the following error while running the application in logcat
D/com.amazonaws.request: Received error response: com.amazonaws.services.s3.model.AmazonS3Exception: Access Denied (Service: null; Status Code: 403; Error Code: AccessDenied;…

Rajendiran S
- 1
- 5