Giter Site home page Giter Site logo

flysystem-upyun's Issues

上传非图片文件返回结果异常?

例如:
https://github.com/JellyBool/flysystem-upyun/blob/master/src/UpyunAdapter.php#L71
调用的write方法根据 upyun 的说明返回的结果:

  * @return array|bool 若文件是图片则返回图片基本信息,如:`array('x-upyun-width' => 123, 'x-upyun-height' => 50, 'x-upyun-frames'
  * => 1, 'x-upyun-file-type' => 'JPEG')`,否则返回空数组。当使用异步预处理功能时,返回结果为布尔值,成功为 `true`。

上传非图片时返回的是空数组,Storageput 方法会返回 false,但实际上传成功了。

不再支持Laravel10

Problem 1
- Root composer.json requires jellybool/flysystem-upyun * -> satisfiable by jellybool/flysystem-upyun[dev-master, 1.0.1, ..., 1.0.5, 9999999-dev].
- jellybool/flysystem-upyun[dev-master, 1.0.1, ..., 1.0.5] require league/flysystem ^1.0 -> found league/flysystem[1.0.0-alpha1, ..., 1.x-dev] but these were not loaded, likely because it conflicts with another require.

You can also try re-running composer require with an explicit version constraint, e.g. "composer require jellybool/flysystem-upyun:*" to figure out if any version is installable, or "composer require jellybool/flysystem-upyun:^2.1" if you know which you need.

有一些引用问题

我用的是yaf
262行 $config->useSsl = config('filesystems.disks.upyun.protocol') === 'https' ? true : false;
这里方法config方法找不到。用$this->protocol代替就可以了。

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.