Front-End Web & Mobile
Tag: S3
Download, Pause and Resume with the S3TransferManager for iOS
Version 2 of the AWS Mobile SDK This article and sample apply to Version 1 of the AWS Mobile SDK. If you are building new apps, we recommend you use Version 2. For details, please visit the AWS Mobile SDK page. This content is being maintained for historical reference. The S3TransferManager class in the AWS […]
Creating Mobile Apps with Dynamic Content Stored in Amazon S3
Version 2 of the AWS Mobile SDK This article and sample apply to Version 1 of the AWS Mobile SDK. If you are building new apps, we recommend you use Version 2. For details, please visit the AWS Mobile SDK page. This content is being maintained for historical reference. Native mobile apps allow image files […]
Adding Web Identity Federation with Facebook to Android Projects
Last month we announced web identity federation, which lets developers utilize services from Facebook, Google, and Amazon to retrieve temporary AWS credentials. This tutorial will show you how to add web identity federation with Facebook to an existing Android project that uses an AWS service. Creating a Facebook App ID Sign up for the Facebook […]
Adding Web Identity Federation with Facebook to iOS Projects
Version 2 of the AWS Mobile SDK This article and sample apply to Version 1 of the AWS Mobile SDK. If you are building new apps, we recommend you use Version 2. For details, please visit the AWS Mobile SDK page. This content is being maintained for historical reference. Last month we announced web identity […]
Understanding Timeout and Retry Options in the AWS SDK for iOS
Version 2 of the AWS Mobile SDK This article and sample apply to Version 1 of the AWS Mobile SDK. If you are building new apps, we recommend you use Version 2. For details, please visit the AWS Mobile SDK page. This content is being maintained for historical reference. A great mobile app should be […]
Downloading Large Files from Amazon S3 with the AWS SDK for iOS
Version 2 of the AWS Mobile SDK This article and sample apply to Version 1 of the AWS Mobile SDK. If you are building new apps, we recommend you use Version 2. For details, please visit the AWS Mobile SDK page. This content is being maintained for historical reference. In a previous post, we discussed […]
Making Asynchronous Calls with Handler
There are two ways to make asynchronous calls: AsyncTask, and Handler plus Thread. I briefly introduced how to use AysncTask to make asynchronous calls in the previous post. In this post, I will explain making asynchronous calls with Handler. I will also compare AsyncTask with Handler. What is Handler? A Handler is associated with a […]
S3TransferManager for iOS – Part II: Asynchronous Uploads Best Practices
Version 2 of the AWS Mobile SDK This article and sample apply to Version 1 of the AWS Mobile SDK. If you are building new apps, we recommend you use Version 2. For details, please visit the AWS Mobile SDK page. This content is being maintained for historical reference. This post demonstrates some best practices […]
TransferManager for Android
The AWS SDK for Android has a high-level utility—TransferManager—for managing file transfers to Amazon S3. TransferManager is designed to make transfers between your application to Amazon S3 easy and convenient. Meanwhile, the smart logic behind it can provide transfers with better throughput and performance. Why TransferManager TransferManager can have several advantages over low-level APIs for […]
S3TransferManager for iOS – Part I: Asynchronous Uploads
Version 2 of the AWS Mobile SDK This article and sample apply to Version 1 of the AWS Mobile SDK. If you are building new apps, we recommend you use Version 2. For details, please visit the AWS Mobile SDK page. This content is being maintained for historical reference. Transferring files to and from Amazon […]