Code Monkey home page Code Monkey logo

cakephp-cloudfiles-plugin's People

Contributors

laranicolas avatar webtechnick avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

cakephp-cloudfiles-plugin's Issues

Unexpected response () on authenticate

Im not sure if this is me or the code, I've triple checked the username/api and they are seem to be ok.

When I call any function ( CloudFiles::listContainers()) is what i'm testing with it gives me

Unexpected response ():

its happening on authentication. even if i pass in the wrong user/api key its still gives me the same error.

I'm use
cloudfiles-v1.7.11-1-g6c7938f
Plugin-3f0fa66

Get SSL url returned

It would be nice to be able to get the SSL url when a file is uploaded. You would just need to pass change the call to getPublicUrl(OpenCloud\ObjectStore\Constants\UrlType::SSL). Maybe making this a setting or variable

Stream

The stream path retrieval method just calls the standard public url method?

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

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!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.