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

flake: ListBuckets add Region field to response #419

Merged
merged 1 commit into from
Oct 26, 2023

Conversation

mzmuer
Copy link
Contributor

@mzmuer mzmuer commented Oct 24, 2023

The raw response data of ListBuckets is as follows:

<?xml version="1.0" encoding="UTF-8"?>
<ListAllMyBucketsResult>
  <Owner>
    <ID>1834405290529728</ID>
    <DisplayName>1834405290529728</DisplayName>
  </Owner>
  <Buckets>
    <Bucket>
      <Comment></Comment>
      <CreationDate>2023-09-24T06:25:32.000Z</CreationDate>
      <ExtranetEndpoint>oss-cn-chengdu.aliyuncs.com</ExtranetEndpoint>
      <IntranetEndpoint>oss-cn-chengdu-internal.aliyuncs.com</IntranetEndpoint>
      <Location>oss-cn-chengdu</Location>
      <Name>bucket-name</Name>
      <Region>cn-chengdu</Region>
      <StorageClass>Standard</StorageClass>
    </Bucket>
  </Buckets>
</ListAllMyBucketsResult>

The Region field returns, but the defined struct does not include

@CLAassistant
Copy link

CLAassistant commented Oct 24, 2023

CLA assistant check
All committers have signed the CLA.

@huiguangjun huiguangjun changed the base branch from master to dev-2310 October 26, 2023 12:05
@huiguangjun huiguangjun merged commit cfc941a into aliyun:dev-2310 Oct 26, 2023
@mzmuer mzmuer deleted the mzmuer/flake branch October 26, 2023 12:07
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

Successfully merging this pull request may close these issues.

None yet

3 participants