Skip to content

DISCUSSION: Do we need ACL lazy loading? #752

@dhermes

Description

@dhermes

Is there a good reason for the lazy loading behavior, e.g.

        if self._acl is None:
            self._acl = ObjectACL(self)

This doesn't make any requests and just initializes a very lightweight object.

I move to just create these in the constructor.

Metadata

Metadata

Assignees

Labels

api: storageIssues related to the Cloud Storage API.

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions