Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

S3 dependencies version is not up-to-date #739

Closed
AllanZhengYP opened this issue Jan 15, 2020 · 2 comments
Closed

S3 dependencies version is not up-to-date #739

AllanZhengYP opened this issue Jan 15, 2020 · 2 comments
Labels
bug This issue is a bug.

Comments

@AllanZhengYP
Copy link
Contributor

AllanZhengYP commented Jan 15, 2020

Describe the bug

"@aws-crypto/sha256-browser": "^0.1.0-preview.1",
"@aws-sdk/config-resolver": "^1.0.0-alpha.1",
"@aws-sdk/credential-provider-node": "^1.0.0-alpha.0",
"@aws-sdk/fetch-http-handler": "^1.0.0-alpha.1",
"@aws-sdk/hash-blob-browser": "^1.0.0-alpha.0",
"@aws-sdk/hash-node": "^1.0.0-alpha.1",
"@aws-sdk/hash-stream-node": "^1.0.0-alpha.0",
"@aws-sdk/invalid-dependency": "^1.0.0-alpha.1",
"@aws-sdk/md5-js": "^1.0.0-alpha.0",
"@aws-sdk/middleware-apply-body-checksum": "^1.0.0-alpha.0",
"@aws-sdk/middleware-bucket-endpoint": "^1.0.0-alpha.0",
"@aws-sdk/middleware-content-length": "^1.0.0-alpha.1",
"@aws-sdk/middleware-expect-continue": "^1.0.0-alpha.0",
"@aws-sdk/middleware-host-header": "^1.0.0-alpha.0",
"@aws-sdk/middleware-location-constraint": "^1.0.0-alpha.0",
"@aws-sdk/middleware-retry": "^1.0.0-alpha.1",
"@aws-sdk/middleware-sdk-s3": "^1.0.0-alpha.3",
"@aws-sdk/middleware-serde": "^1.0.0-alpha.1",
"@aws-sdk/middleware-signing": "^1.0.0-alpha.0",
"@aws-sdk/middleware-ssec": "^1.0.0-alpha.0",
"@aws-sdk/middleware-stack": "^1.0.0-alpha.1",
"@aws-sdk/middleware-user-agent": "^1.0.0-alpha.1",
"@aws-sdk/node-http-handler": "^1.0.0-alpha.1",
"@aws-sdk/protocol-http": "^1.0.0-alpha.1",
"@aws-sdk/region-provider": "^1.0.0-alpha.0",
"@aws-sdk/smithy-client": "^1.0.0-alpha.1",
"@aws-sdk/stream-collector-browser": "^1.0.0-alpha.1",
"@aws-sdk/stream-collector-node": "^1.0.0-alpha.1",
"@aws-sdk/types": "^1.0.0-alpha.1",
"@aws-sdk/url-parser-browser": "^1.0.0-alpha.1",
"@aws-sdk/url-parser-node": "^1.0.0-alpha.1",
"@aws-sdk/util-base64-browser": "^1.0.0-alpha.1",
"@aws-sdk/util-base64-node": "^1.0.0-alpha.1",
"@aws-sdk/util-body-length-browser": "^1.0.0-alpha.1",
"@aws-sdk/util-body-length-node": "^1.0.0-alpha.1",
"@aws-sdk/util-user-agent-browser": "^1.0.0-alpha.1",
"@aws-sdk/util-user-agent-node": "^1.0.0-alpha.1",
"@aws-sdk/util-utf8-browser": "^1.0.0-alpha.1",
"@aws-sdk/util-utf8-node": "^1.0.0-alpha.1",
"@aws-sdk/xml-builder": "^1.0.0-alpha.0",

Although dependencies are marked with ^, some package manager(e.g. yarn) doesn't use the newest alpha dependencies. Possibly because these packages' latest npm tag is marked on earlier alpha version. In the installed node_modules, these packages' version 1.0.0-alpha.1 were installed and they were not hoisted.

Fix
Update the dependency manually for now to unblock the alpha test users. In the future we need to update the code gen to generated clients with newest dependencies.

@AllanZhengYP AllanZhengYP added the bug This issue is a bug. label Jan 15, 2020
@trivikr trivikr changed the title S3 dependencies version is not up-to-dated S3 dependencies version is not up-to-date Jan 15, 2020
@trivikr
Copy link
Member

trivikr commented Jan 17, 2020

Fixed by #745

@trivikr trivikr closed this as completed Jan 17, 2020
@lock
Copy link

lock bot commented Jan 24, 2020

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs and link to relevant comments in this thread.

@lock lock bot locked as resolved and limited conversation to collaborators Jan 24, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug This issue is a bug.
Projects
None yet
Development

No branches or pull requests

2 participants