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

STS refresh token patch #2111

Closed
wants to merge 16 commits into from
Prev Previous commit
Next Next commit
remove warn method as deprecated
Georgi Rusev authored and Georgi Rusev committed Jan 9, 2025

Unverified

This user has not yet uploaded their public signing key.
commit 2dbb7b40aeae0008125d807745f7ee5f894f57ec
2 changes: 1 addition & 1 deletion python/arcticdb/storage_fixtures/s3.py
Original file line number Diff line number Diff line change
@@ -269,7 +269,7 @@ def real_s3_sts_from_environment_variables(user_name: str,
iam_client.create_user(UserName=user_name)
logger.info(f"User created successfully: {user_name}")
except iam_client.exceptions.EntityAlreadyExistsException:
logger.warn(f"User already exists: {user_name}")
logger.warning(f"User already exists: {user_name}")
except Exception as e:
logger.error(f"Error creating user: {e}")
raise e

Unchanged files with check annotations Beta