Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Exception service Services_Storage is not supported at this moment #16

Open
dminovski0 opened this issue Sep 28, 2022 · 1 comment
Open

Comments

@dminovski0
Copy link

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?

@DmitryNaumov
Copy link
Contributor

Will be resolved by #23

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants