cloud_sync_s3 0.1.0 copy "cloud_sync_s3: ^0.1.0" to clipboard
cloud_sync_s3: ^0.1.0 copied to clipboard

S3 + S3-compatible adapter for the cloud_sync family. Supports AWS S3, Cloudflare R2, MinIO, Backblaze B2, Wasabi, and DO Spaces via custom endpoint override. Implements StorageAdapter from cloud_sync_core.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add cloud_sync_s3

With Flutter:

 $ flutter pub add cloud_sync_s3

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

dependencies:
  cloud_sync_s3: ^0.1.0

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

Import it

Now in your Dart code, you can use:

import 'package:cloud_sync_s3/cloud_sync_s3.dart';
0
likes
140
points
130
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

S3 + S3-compatible adapter for the cloud_sync family. Supports AWS S3, Cloudflare R2, MinIO, Backblaze B2, Wasabi, and DO Spaces via custom endpoint override. Implements StorageAdapter from cloud_sync_core.

Repository (GitHub)
View/report issues
Contributing

Topics

#s3 #aws #sync #storage

License

MIT (license)

Dependencies

cloud_sync_core, crypto, http, meta, xml

More

Packages that depend on cloud_sync_s3