Hi, when we try a method for the object storage resources with:
var sdk = new Sdk(new OAuthCredentialsProvider(oAuthString)); var bucketsRequest = new ListBucketsRequest(); bucketsRequest.FolderId = folderIdString; var response = sdk.Services.Storage.BucketService.List(bucketsRequest);
We get the exception "service Services_Storage is not supported at this moment".
Is Yandex Object storage supported with this SDK?
Additionally, can we use bucket keys to connect to the bucket, instead of OAuth Token or Service Account Keys?