Skip to content

fix: [CPCAP-11196] use default storageName in AwsS3Vault to support S…#504

Open
yerkennz wants to merge 2 commits into
mainfrom
fix-storageName
Open

fix: [CPCAP-11196] use default storageName in AwsS3Vault to support S…#504
yerkennz wants to merge 2 commits into
mainfrom
fix-storageName

Conversation

@yerkennz

Copy link
Copy Markdown
Contributor

No description provided.

@yerkennz yerkennz requested a review from Tvion June 30, 2026 14:22
@github-actions github-actions Bot added the bug Something isn't working label Jun 30, 2026
anikin-aa
anikin-aa previously approved these changes Jul 1, 2026
return os.getenv("CONTAINER") or os.getenv("AWS_S3_BUCKET") or os.getenv("S3_BUCKET")

def __init__(self, storage_name=None, cluster_name=None, cache_enabled=False,
def __init__(self, storage_name="default", cluster_name=None, cache_enabled=False,

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

How we will define backupDaemon.s3Storage mechanism from backupDaemon.s3Aliases?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants