You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Charm revision: postgresql 14.12 active 3 postgresql 14/stable 468 yes
Log output
Juju debug log:
Additional context
Perhaps it can detect from the provided endpoint if it starts with radosgw or something not AWS specific and call createbucket without LocationConstraint?
if not exists:
try:
bucket.create(CreateBucketConfiguration={"LocationConstraint": region})
bucket.wait_until_exists()
logger.info("Created bucket '%s' in region=%s", bucket_name, region)
except ClientError as error:
logger.exception(
"Couldn't create bucket named '%s' in region=%s.", bucket_name, region
)
The text was updated successfully, but these errors were encountered:
Steps to reproduce
region
toprodstack6
(or whatever you have your cloud configured with)Expected behavior
Bucket or container created for backups.
Actual behavior
Versions
Operating system: [email protected]
Juju CLI: 3.5.3
Juju agent: 3.5.3
Charm revision: postgresql 14.12 active 3 postgresql 14/stable 468 yes
Log output
Juju debug log:
Additional context
Perhaps it can detect from the provided endpoint if it starts with radosgw or something not AWS specific and call createbucket without LocationConstraint?
The text was updated successfully, but these errors were encountered: