azblob 1.0.1 copy "azblob: ^1.0.1" to clipboard
azblob: ^1.0.1 copied to clipboard

outdated

A trivial Azure Blob Storage client.

A trivial Azure Blob Storage client.

Usage #

A simple usage example:

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

26
likes
0
points
9.32k
downloads

Publisher

verified publisherkkazuo.com

Weekly Downloads

A trivial Azure Blob Storage client.

Homepage

License

unknown (license)

Dependencies

crypto, http

More

Packages that depend on azblob