Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kkazuo/dart-azblob


https://github.com/kkazuo/dart-azblob

Last synced: about 14 hours ago
JSON representation

Awesome Lists containing this project

README

        

A trivial Azure Blob Storage client.

![workflow](https://github.com/kkazuo/dart-azblob/actions/workflows/dart.yml/badge.svg)

## Usage

A simple usage example:

```dart
import 'package:azblob/azblob.dart';

main() async {
var storage = AzureStorage.parse('your connection string');
await storage.putBlob('/yourcontainer/yourfile.txt',
body: 'Hello, world.');
}
```

## License

ISC