You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
S3Utils. getS3ObjectSummary makes a second RPC to get the ACL, but I'm seeing this fail on a publicly-viewable object I'm trying to work with, because its ACL isn't public.
S3Utils. getS3ObjectSummary
makes a second RPC to get the ACL, but I'm seeing this fail on a publicly-viewable object I'm trying to work with, because its ACL isn't public.The documentation of
S3ObjectSummary.owner
says:S3Utils. getS3ObjectSummary
should probably wrap that second RPC in atry
/catch
to leave owner asnull
in this case.The text was updated successfully, but these errors were encountered: