Skip to content

When Creating Containers, Public/CDN not enabled by default. #5

@e2corporation

Description

@e2corporation

Looks like rackspace is not enabling CDN/Public mode on containers by default, Work around would be to issue ->enableCdn() call on container creation (If this was to be public by default):

# /[PROJECT_DIR]/app/Plugin/CloudFiles/Lib/CloudFiles.php
# Add new Line after #354
$Container->enableCdn();  

Thanks for creating the plugin!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions