ElijahGlover / Umbraco-S3-Provider

Amazon Web Services S3 IFileSystem provider for Umbraco
46 stars 34 forks source link

Configuration of S3 Canned ACL #28

Closed Felixfranzen closed 5 years ago

Felixfranzen commented 5 years ago

Hello! This PR adds functionality to manage permissions of uploaded files. This functionality has previously been referenced in Issue https://github.com/ElijahGlover/Umbraco-S3-Provider/issues/21

Users can now specify an optional cannedACL param in FileSystemProviders.config which sets the cannedACL of uploaded files accordingly. The default fallback for files is still public-read.

The PR also fixes a typo in BucketFileSystemAbsoluteTests.cs

ElijahGlover commented 5 years ago

Thanks @Felixfranzen