Storage
Storage copied to clipboard
Storage library provides a universal interface for accessing and manipulating data in different cloud blob storage providers
Bumps [Azure.Identity](https://github.com/Azure/azure-sdk-for-net) from 1.10.3 to 1.11.0. Release notes Sourced from Azure.Identity's releases. Azure.Identity_1.11.0 1.11.0 (2024-04-09) Bugs Fixed AzurePowerShellCredential now handles the case where it falls back to legacy PowerShell without...
Pull Request Description Changes Added FileSystemBlobStorageController, handling requests for uploading, downloading, and deleting files from the file system. Implemented ApiClient client class providing methods for interacting with the file API....
The branch was created from the upload-chunk-using-merge branch 1. Added functionality for file upload and download. 2. Implemented endpoints for file upload and download in the UploadController and DownloadController controllers,...
Simple refactoring to upload browser file.
PR contains base implementation for storage client that use Storage packages. **Core** project: - Internal Exceptions, Models, Enums - Interface for file storage service **Domain** project: - Implementation for IFileStorageService...
There are 3 endpoints for AWS storage 1. download 2. upload 3. delete Tests were developed for them 1. Download_WhenFileExists_ReturnsFileContent 2. Download_WhenFileDoesNotExist_ReturnsNotFound 3. Upload_WhenFileIsProvided_ReturnsSuccess 4. Delete_WhenFileExists_ReturnsSuccess
Fix IBrowserfile OpenStream issue