Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 183 Bytes

File metadata and controls

8 lines (5 loc) · 183 Bytes

Object Upload

var storageService = new YandexStorageService(options);

S3ObjectPutResponse response = await storageService.ObjectService.PutAsync(byteArr, fileName);