arthurkirkosa / s3b2b

S2B2B is a simple S3 file manager. It can manage multiple file storage at the same time and can also easily move files from one S3 bucket to another S3 bucket.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Laravel Logo

S3B2B

S2B2B is a simple S3 file manager. It can manage multiple file storage at the same time and can also easily move files from one S3 bucket to another S3 bucket.

Requirements

  • PHP >= 8.1

Installation

Before installing, make sure you have Composer and Yarn installed. And, you need to install Soketi to run the web socket server.

composer install
yarn install && yarn dev
cp .env.example .env

php artisan key:generate
php artisan migrate

php artisan queue:work
soketi start

Todo

  • add new folder
  • drag and move to folder
  • update file visibility
  • view file details
  • file multi select

Credits

  • All Contributors

License

The MIT LicenseMIT License. Please see License File for more information.

Screenshots

screenshot 1 screenshot 2 screenshot 3 screenshot 4 screenshot 5 screenshot 6

About

S2B2B is a simple S3 file manager. It can manage multiple file storage at the same time and can also easily move files from one S3 bucket to another S3 bucket.

License:MIT License


Languages

Language:PHP 60.1%Language:Vue 35.8%Language:JavaScript 3.6%Language:Blade 0.3%Language:SCSS 0.2%