8000 Releases · PoweredSoft/Storage · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: PoweredSoft/Storage

IFileWriteOptions

27 Oct 20:13
Compare
Choose a tag to compare

Writing options

This object to write files, will allow to offer some inheritance of the options being written.

In this initial release, it will offer the new option to specify an ACL for S3 Storages.

await space.WriteFileAsync(Encoding.UTF8.GetBytes("Hello World"), "hello-world.txt", new S3FileWriteOptions
{
    Acl = "public-read",
    OverrideIfExists = true
});

First open sourced release of storage

13 Mar 16:10
Compare
Choose a tag to compare

Storage is now open source 👍

0