aws_s3_api 0.2.0
aws_s3_api: ^0.2.0 copied to clipboard
AWS API client for Amazon Simple Storage Service (generated from SDK API specification).
import 'package:aws_s3_api/s3-2006-03-01.dart';
void main() {
final service = S3(region: 'eu-west-1');
// See documentation on how to use S3
}