-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Blob IAM support apparently invalid #4087
Comments
@frankyn confirmed to me offline:
|
It turns out that
|
IAM object-level methods should not be deprecated. We should document how to use these methods to assign legacy roles instead. |
@frankyn ISTM that the back-end docs need to be updated correspondingly (and first, so that we track them without guesswork). |
Good point. I'm working on resolving this in Storage docs. I'll update this issue. |
@frankyn ping? |
I'm out of office until Monday! I'll pick back up then. Apologies for the
delay.
…On Jan 4, 2018 11:37 AM, "Tres Seaver" ***@***.***> wrote:
@frankyn <https://github.com/frankyn> ping?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#4087 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AB0bwLK3FIgA9YM7FBKKDqZqVkh518DDks5tHRpVgaJpZM4PpDhF>
.
|
@tseaver docs were blocked by an internal bug and I will check-in again this week. Apologies for the delay. |
@frankyn I still don't see API documentation for |
Will update soon. I need to sync with a few stakeholders on the GCS team before continuing there exist additional open questions before introducing the docs back into the world. Setting up meeting for mid-next week given some are OOO. I will have a better update then. Thank you for patience. |
Sent a document for GCS team review to determine consensus for what to do here. |
@frankyn ping? |
Hey @tseaver, responding through hangouts. |
While writing system tests for the
requester_pays
feature, I triggered the following:Note that the earlier call to
Blob.get_iam_policy
does succeed, returning:We don't have existing system tests for
Blob.set_iam_policy
, but the Storage IAM docs don't define any IAM operations for blobs, only for buckets and projects. Indeed, they say:The API documentation for Objects also doesn't (any longer?) show
getIamPolicy
,setIamPolicy
, ortestIamPermissions
.@lukesneeringer can you loop somebody in to clarify?
The text was updated successfully, but these errors were encountered: