Skip to content

problem with set_container_acl #21

@huguesv

Description

@huguesv

There may be an issue in the library, or this may be that the code I wrote is using it incorrectly.

si = SignedIdentifier()
si.id = 'testid'
si.access_policy.star = '2011-10-11'
si.access_policy.expiry = '2011-10-12'
si.access_policy.permission = 'r'
identifiers = SignedIdentifiers()
identifiers.signed_identifiers.append(si)
self.bc.set_container_acl(self.container_name, identifiers)

This results in:

WindowsAzureError: Unknown error (XML specified is not syntactically valid.)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions