aws_s3_upload_lite 0.0.6 aws_s3_upload_lite: ^0.0.6 copied to clipboard
Amazon S3 is an object storage service that stores data as objects within buckets. aws_s3_upload_lite is a simple, convenient package for uploading files to AWS S3 buckets.
import 'dart:io';
import 'package:aws_s3_upload_lite/aws_s3_upload_lite.dart'; import 'package:flutter/material.dart';
void main() { upload1(); upload2(); }
Future
debugPrint(response); }
Future
debugPrint(response); }