Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Mastering File Operations with Flutter and AWS Amplify Storage libraries

Mastering File Operations with Flutter and AWS Amplify Storage libraries

This presentation is from the Amplify Boost Up #03 event and the slide deck is titled 'Mastering File Operations with Flutter and AWS Amplify Storage libraries'. The presenter is Muhammed Salih Guler, a Senior Developer Advocate at AWS.
The summary of the presentation is as follows: 'In this talk, we will delve into the realm of file operations within Flutter applications and discover how the integration of AWS Amplify Storage libraries can enhance file management capabilities. We will explore various aspects such as uploading, downloading, deleting, and organizing files using Flutter and AWS Amplify Storage. Through code demonstrations and real-world examples, attendees will learn best practices and strategies for efficient file handling in Flutter applications, leveraging the scalability and reliability of AWS Amplify Storage.'

Ryotaro Tsuzuki

July 26, 2023
Tweet

More Decks by Ryotaro Tsuzuki

Other Decks in Technology

Transcript

  1. AWS Amplify Amplify Libraries Library components for supporter platforms CLI

    Tool for managing Amplify Hosting service for web applications Amplify CLI Amplify Studio Amplify Hosting Low-code/No-code tool for building backend and UIs
  2. AWS Amplify storage module provides a simple mechanism for managing

    user content for your app in public, protected or private storage buckets.
  3. A bucket is a container for objects stored in Amazon

    S3. Bucket An object key (or key name) is the unique identifier for an object within a bucket Key Auditing and managing access to your buckets and objects Access Management Concepts
  4. Private Readable and writable only by the creating user Guest

    Accessible by all users of your application Protected Readable by all users, but only writable by the creating user