attempting to wire up s3f, is there a target date for 8.x-2.x?

using: Drupal 8.2.6, php7.0, composer 1.0.0-beta2,token-8.x-1.x-de, s3fs-8.x-2.0-alpha0
I am using the instructions laid out here: on Pantheon

This is the response when running the command #~ composer require drupal/s3fs_cors --prefer-dist

Using version 1.x-dev for drupal/s3fs_cors
./composer.json has been updated
Loading composer repositories with package information
Updating dependencies (including require-dev)
Your requirements could not be resolved to an installable set of packages.

Problem 1
- Installation request for drupal/s3fs_cors 1.x-dev -> satisfiable by drupal/s3fs_cors[1.x-dev].
- drupal/s3fs_cors 1.x-dev requires drupal/token 2.0.x-dev -> no matching package found.

Potential causes:
- A typo in the package name
- The package is not available in a stable-enough version according to your minimum-stability setting
see for more details.

Read for further common problems.

Installation failed, reverting ./composer.json to its original content.

Comments

fndtn357 created an issue. See original summary.

Dave Reid’s picture

Project: Token » S3 File System CORS Upload

There is no Token 8.x-2.x version planned or that exists at all. It's a problem in the s3fs dependencies requiring the wrong version.

jmckenney’s picture

Is the fix manually installing s3fs and changing the dependencies for now?

NeuQuest’s picture

I tried the solution at 2803245 too. I get this message when I follow those instructions or just use: composer require drupal/token:"1.x-dev as 2.0.x-dev" before composer require 'drupal/s3fs_cors:1.x-dev'

I get this message:
Your requirements could not be resolved to an installable set of packages.

Problem 1
- Can only install one of: aws/aws-sdk-php[3.3.8, 3.45.3].
- Can only install one of: aws/aws-sdk-php[3.45.3, 3.3.8].
- Can only install one of: aws/aws-sdk-php[3.3.8, 3.45.3].
- drupal/s3fs_cors 1.x-dev requires aws/aws-sdk-php ~3.3.8 -> satisfiable by aws/aws-sdk-php[3.3.8].
- Installation request for drupal/s3fs_cors 1.x-dev -> satisfiable by drupal/s3fs_cors[1.x-dev].
- Installation request for aws/aws-sdk-php (locked at 3.45.3) -> satisfiable by aws/aws-sdk-php[3.45.3].

Installation failed, reverting ./composer.json to its original content.

jlscott’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.