aws_s3_upload_lite 0.0.1 copy "aws_s3_upload_lite: ^0.0.1" to clipboard
aws_s3_upload_lite: ^0.0.1 copied to clipboard

A simple, convenient package for uploading to AWS S3.

aws_s3_upload_lite #

A simple, convenient package for uploading to AWS S3.

Inspired by aws_s3_upload

Getting Started #

Having created credentials on AWS, upload a file like so:

AwsS3.uploadFile(
  accessKey: "AKxxxxxxxxxxxxx",
  secretKey: "xxxxxxxxxxxxxxxxxxxxxxxxxx",
  file: File("path_to_file"),
  bucket: "bucket_name",
  region: "us-east-2",
  metadata: {"test": "test"} // optional
);

Motivation #

There are several Flutter plugins for interacting with AWS S3, this small library was built because the other packages are no longer well maintained.

7
likes
0
pub points
82%
popularity

Publisher

unverified uploader

A simple, convenient package for uploading to AWS S3.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

amazon_cognito_identity_dart_2, flutter, http, path, recase

More

Packages that depend on aws_s3_upload_lite