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

AWS AccessKey and SecretKey set to 129 char long #4584

Closed
wants to merge 2 commits into from

Conversation

sebagarayco
Copy link

Motivation and context

How has this been tested?

Checklist

License

  • I submit my code changes under the same MIT License that covers the project.
    Feel free to contact the maintainers if that's a concern.
    - [ ] I have updated the license header for each file (see an example below)
# Copyright (C) 2022 Intel Corporation
#
# SPDX-License-Identifier: MIT

@nmanovic
Copy link
Contributor

@sebagarayco , thanks for the contribution! Please expect delays in our review for now.

@@ -74,8 +74,8 @@ export default function CreateCloudStorageForm(props: Props): JSX.Element {
const fakeCredentialsData = {
accountName: 'X'.repeat(24),
sessionToken: 'X'.repeat(300),
key: 'X'.repeat(20),
secretKey: 'X'.repeat(40),
key: 'X'.repeat(129),
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you explain this change, please?

@Marishka17
Copy link
Contributor

Hi, @sebagarayco, thanks for the contribution! Are you still going to contribute to us? If so, could you please resolve conflicts in this PR?

@Marishka17 Marishka17 self-assigned this Aug 23, 2022
@bsekachev
Copy link
Member

I will close the PR for now. Please, do not hesitate to reopen if you are ready to respond in the PR.

@bsekachev bsekachev closed this Sep 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Allow longer S3 Access Key and Secret Key
4 participants