Seagate-tools stores source codes of tools such as PerfPro, PerfLine, etc. These tools are developed and used by the Engineering team to boost team productivity.
GNU Affero General Public License v3.0
12
stars
18
forks
source link
CORTX-22793: Update method for s3 account creation #588
While trying to deploy perfline on a fresh vm we
found that the credentials were missing in the
credentials file and hence sed was unable to replace the key, hence setting up the file with the
newly found key.
While trying to deploy perfline on a fresh vm we found that the credentials were missing in the credentials file and hence sed was unable to replace the key, hence setting up the file with the newly found key.
Signed-off-by: Rinku Kothiya rinku.kothiya@seagate.com
Problem Statement
Facing a problem while trying to deploy it on a fresh vm
Design
replaced the sed with aws config.
Coding
<tool>_v<major>.<minor>.<patch>
Documentation
Testing
Pull Request
<ID>: <Title>
Review Checklist
Impact Analysis
(Checklist for Author/Reviewer/GateKeeper)
[ ] Are there any changes in any common function?
If yes,
[x] Relative/ dependent function calls are updated
[ ] Executed all affected tests