yii2-flysystem icon indicating copy to clipboard operation
yii2-flysystem copied to clipboard

The Flysystem integration for the Yii framework.

Results 15 yii2-flysystem issues
Sort by recently updated
recently updated
newest added

Bumps [guzzlehttp/guzzle](https://github.com/guzzle/guzzle) from 6.5.5 to 6.5.8. Release notes Sourced from guzzlehttp/guzzle's releases. Release 6.5.8 See change log for changes. Release 6.5.7 See change log for changes. Release 6.5.6 See change...

dependencies

Bumps [guzzlehttp/psr7](https://github.com/guzzle/psr7) from 1.8.3 to 1.8.5. Release notes Sourced from guzzlehttp/psr7's releases. 1.8.5 See change log for changes. 1.8.4 See change log for changes. Changelog Sourced from guzzlehttp/psr7's changelog. 1.8.5...

dependencies

@creocoder Could you give me permissions on packagist or add an auto-update hook for this package?

This is similar with PR #40 Documentation of https://github.com/Superbalist/flysystem-google-cloud-storage says: ``` /** * The credentials will be auto-loaded by the Google Cloud Client. * * 1. The client will first...

При установке через композер в use League\Flysystem\AwsS3v2\AwsS3Adapter; хотя сама библиотека namespace League\Flysystem\AwsS3v3;

Please update AzureFilesystem: change WindowsAzure\Common\ServicesBuilder to MicrosoftAzure\Storage\Common\ServicesBuilder and delete base64_encode for accountName, accountKey

When I call ``` Yii::$app->fs->getWithMetadata('/path/to/file', ['mimetype']); ``` I get: ``` BadMethodCallException Call to undefined method League\Flysystem\Filesystem::getWithMetadata ``` I found this https://github.com/thephpleague/flysystem/issues/461 Adding this line: ``` $this->filesystem->addPlugin(new \League\Flysystem\Plugin\GetWithMetadata()); ``` to _yii2-flysystem/src/Filesystem.php_...

![issue_2016-01-29](https://cloud.githubusercontent.com/assets/15803596/12673230/78a87b42-c68c-11e5-9acd-bfd68f2ba873.png)

League\Flysystem\FileNotFoundException File not found at path: tmp/phpkiLfKz ``` public function copy($path, $newpath) { $path = Util::normalizePath($path); // assertPresent($path); $this->assertAbsent($newpath); return $this->getAdapter()->copy($path, $newpath); } ```

If you use stream. Replica not work, saves Fail with 0 bytes