Skip to content
This repository was archived by the owner on Dec 6, 2024. It is now read-only.

removes policy action, adds bucketaccessinfo #47

Closed
wants to merge 1 commit into from

Conversation

krishchow
Copy link

as above, this PR removes the policyActionConfig map in the API, and it adds the new bucketAccesssInfo struct which is part of the COSI downwards API.

@k8s-ci-robot k8s-ci-robot added the cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. label May 27, 2021
@k8s-ci-robot k8s-ci-robot requested review from msau42 and wlan0 May 27, 2021 16:54
@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: krishchow
To complete the pull request process, please assign brahmaroutu after the PR has been reviewed.
You can assign the PR to them by writing /assign @brahmaroutu in a comment when ready.

The full list of commands accepted by this bot can be found here.

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot added the size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files. label May 27, 2021
// +optional
metav1.ObjectMeta `json:"metadata,omitempty"`

S3 *S3BucketAccessInfo `json:"s3,omitempty"`
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Formatting

@wlan0
Copy link
Contributor

wlan0 commented May 27, 2021

Does this needs to be coupled with corresponding changes to other COSI repos?

@krishchow
Copy link
Author

Yes, that's correct! There will be another PR shortly for the Spec, followed by later changes for the other components.

Credentials string `json:"credentials,omitempty"`
Certificates string `json:"certificates,omitempty"`
SignatureVersion S3SignatureVersion `json:"signatureVersion,omitempty"`
}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I thought we are going to remove "SignatureVersion" and "Certificates"?

@krishchow krishchow closed this Jul 29, 2021
BlaineEXE pushed a commit to BlaineEXE/cosi-api that referenced this pull request May 29, 2024
Code refactoring to make sure Buckets abd BucketAccess Add works corr…
shanduur pushed a commit to shanduur/container-object-storage-interface-api that referenced this pull request Jun 6, 2024
shanduur pushed a commit to shanduur/container-object-storage-interface-api that referenced this pull request Jun 6, 2024
Code refactoring to make sure Buckets abd BucketAccess Add works corr…
BlaineEXE pushed a commit to BlaineEXE/cosi-api that referenced this pull request Jun 14, 2024
BlaineEXE pushed a commit to BlaineEXE/cosi-api that referenced this pull request Jun 14, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants