aws_s3_private_flutter 0.0.5 copy "aws_s3_private_flutter: ^0.0.5" to clipboard
aws_s3_private_flutter: ^0.0.5 copied to clipboard

The AWS S3 Private Bucket Object Plugin enables developers to access objects stored in private S3 buckets using AWS SDK for authentication and encryption.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add aws_s3_private_flutter

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  aws_s3_private_flutter: ^0.0.5

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:aws_s3_private_flutter/aws_s3_private_flutter.dart';
6
likes
160
pub points
68%
popularity

Publisher

unverified uploader

The AWS S3 Private Bucket Object Plugin enables developers to access objects stored in private S3 buckets using AWS SDK for authentication and encryption.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

convert, crypto, flutter, flutter_web_plugins, http, plugin_platform_interface

More

Packages that depend on aws_s3_private_flutter