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

C2DEVEL-12371: Add c2-paas utility #17

Merged
merged 1 commit into from
May 2, 2023

Conversation

Vadim200116
Copy link

No description provided.

Comment on lines 180 to 199
session = boto3.Session(
aws_access_key_id=aws_access_key_id,
aws_secret_access_key=aws_secret_access_key,
region_name="croc",
)
paas_client = session.client(
"paas",
endpoint_url=paas_endpoint,
verify=False
)
Copy link
Contributor

Choose a reason for hiding this comment

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

В #15 изменился способ создания клиента. После мержа нужно будет переделать этот момент.

@Vadim200116 Vadim200116 force-pushed the C2DEVEL-12371 branch 2 times, most recently from 39fd7bd to 341c732 Compare October 4, 2022 07:26

result.pop("ResponseMetadata", None)

print(json.dumps(result, indent=4, sort_keys=True))
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
print(json.dumps(result, indent=4, sort_keys=True))
print(json.dumps(result, indent=4, sort_keys=True, default=str))

@Sharpeye90
Copy link
Member

@Vadim200116 rebase pls

@Sharpeye90 Sharpeye90 merged commit ec9031c into C2Devel:master May 2, 2023
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.

4 participants