GithubHelp home page GithubHelp logo

zaxbux / flysystem-backblaze-b2 Goto Github PK

View Code? Open in Web Editor NEW
5.0 5.0 2.0 36 KB

A Flysystem adapter for Backblaze B2.

License: MIT License

PHP 100.00%
backblaze backblaze-b2 filesystem flysystem flysystem-adapter

flysystem-backblaze-b2's Introduction

⚡️ I'm excited about these projects ...

🔭 I'm currently working on ...

  • A rust implimentation of OpenSprinkler
  • Winter CMS plugins
  • Backblaze B2 API libraries

🌱 I'm currently learning ...

  • Rust
  • Vue
  • TypeScript
  • Unit testing

📫 How to reach me:

😄 Pronouns:

  • he/him

⚡ Fun fact: ...

  • I've been programming for almost a decade.

flysystem-backblaze-b2's People

Contributors

zaxbux avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

ramonvic umobi

flysystem-backblaze-b2's Issues

listingContents with folder with large number of files

I'm using your Adapter to read files stored on b2 but iterating over long list of files (more than 1K) is hanging for many miuntes.

A simple loop printing file names is not printing anything for hours

$listing = $filesystem->listContents('/folder-with-lots-of-files');

foreach ($listing as $item) {
$path = $item->path();
print "$path \n";
}

Looking at the B2 adapter it should paginate and pass files names in batch of 100 but it seems trying to download all files names before starting the loop. In the mean time I will try more debugging

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.