Download the PHP package coding-socks/multipart-of-madness without Composer
On this page you can find all versions of the php package coding-socks/multipart-of-madness. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download coding-socks/multipart-of-madness
More information about coding-socks/multipart-of-madness
Files in coding-socks/multipart-of-madness
Package multipart-of-madness
Short Description This package helps to integrate your library with @uppy/aws-s3-multipart
License MIT
Informations about the package multipart-of-madness
Multipart of Madness
This package helps to integrate your library with @uppy/aws-s3-multipart.
Installation
You can easily install this package using Composer.
You have to install @uppy/aws-s3-multipart to be able to use it as an uploader.
Usage
Configure Uppy with AwsS3Multipart uploader.
Configure the CORS of your S3 or S3-compatible solution. It needs to allow GET and PUT requests from your domain and expose some unsafe HTTP headers to Uppy. Example:
Defaults
The expiration times for the signe links is 15 minutes.
The target filesystem disk is s3.
The endpoint routes registered under web route with /uppy prefix.
Implementation
This implementation uses PutObject command instead of PostObject on
non-multipart upload request. This is only for compatibility with
Backblaze B2 and Cloudflare R2. @uppy/companion uses PostObject.
All other routes were implemented based on @uppy/companion.
All versions of multipart-of-madness with dependencies
illuminate/filesystem Version ^9.0 || ^10.0 || ^11.0 || ^12.0 || ^13.0
illuminate/support Version ^9.0 || ^10.0 || ^11.0 || ^12.0 || ^13.0
league/flysystem-aws-s3-v3 Version ^3.0