aws_s3_upload 1.1.0 copy "aws_s3_upload: ^1.1.0" to clipboard
aws_s3_upload: ^1.1.0 copied to clipboard

outdated

A simple, convenient package for uploading to S3.

aws_s3_upload #

A simple, convenient package for uploading to S3.

Heavily inspired by this stackoverflow answer

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"
);
28
likes
0
pub points
92%
popularity

Publisher

unverified uploader

A simple, convenient package for uploading to S3.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

amazon_cognito_identity_dart_2, flutter, http, path

More

Packages that depend on aws_s3_upload