cloud_sync_s3 0.1.0
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_s3With Flutter:
$ flutter pub add cloud_sync_s3This 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.0Alternatively, 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';