aws_s3_client 0.2.0 copy "aws_s3_client: ^0.2.0" to clipboard
aws_s3_client: ^0.2.0 copied to clipboard

Client library to interact with the AWS S3 API (and other compatible S3 services, as Yandex Cloud Storage)

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add aws_s3_client

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

dependencies:
  aws_s3_client: ^0.2.0

Alternatively, your editor might support dart 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_client/aws_s3_client.dart';
7
likes
40
points
43
downloads

Publisher

unverified uploader

Weekly Downloads

Client library to interact with the AWS S3 API (and other compatible S3 services, as Yandex Cloud Storage)

Repository (GitHub)
View/report issues

License

BSD-3-Clause (license)

Dependencies

crypto, http, http_client, meta, mime, path, xml

More

Packages that depend on aws_s3_client