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

Add Limited Access Keys #167

Merged
merged 2 commits into from
Oct 21, 2020
Merged

Add Limited Access Keys #167

merged 2 commits into from
Oct 21, 2020

Conversation

phillc
Copy link
Contributor

@phillc phillc commented Oct 20, 2020

No description provided.

@phillc phillc requested a review from 0xch4z October 20, 2020 20:32
type ObjectStorageKeyBucketAccess struct {
Cluster string `json:"cluster"`
BucketName string `json:"bucket_name"`
Permissions string `json:"permissions"`
Copy link
Contributor

Choose a reason for hiding this comment

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

Maybe an enum type would be useful for consumers:

type BucketAccessPermission string

const (
    BucketAccessReadWrite BucketAccessPermission = "read_write"
    BucketAccessReadOnly  BucketAccessPermission = "read_only"
)

@phillc phillc merged commit d2bf343 into linode:master Oct 21, 2020
LBGarber pushed a commit to LBGarber/linodego that referenced this pull request Mar 15, 2021
lgarber-akamai pushed a commit to lgarber-akamai/linodego that referenced this pull request Feb 13, 2023
lgarber-akamai pushed a commit to lgarber-akamai/linodego that referenced this pull request Feb 13, 2023
lgarber-akamai pushed a commit to lgarber-akamai/linodego that referenced this pull request Feb 13, 2023
lgarber-akamai pushed a commit to lgarber-akamai/linodego that referenced this pull request Feb 14, 2023
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.

2 participants