Skip to content

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

Closed
yerkennz wants to merge 3 commits into
mainfrom
fix-storageName
Closed

fix: [CPCAP-11196] use default storageName in AwsS3Vault to support S…#504
yerkennz wants to merge 3 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?

@yerkennz

Copy link
Copy Markdown
Contributor Author

#538 moved pr here

@yerkennz yerkennz closed this Jul 13, 2026
@github-actions github-actions Bot locked and limited conversation to collaborators Jul 13, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants