mirror of
https://github.com/pelican-dev/panel.git
synced 2026-03-01 11:21:31 +03:00
S3 backup error #98
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @clabeuhtegrite on GitHub (Jun 11, 2024).
Current Behavior
When i copy/paste my s3 config from ptero, i have the error in the paste. All argument are good in the pelican doc.
My config is the follow :
APP_BACKUP_DRIVER=s3
AWS_DEFAULT_REGION='auto'
AWS_ACCESS_KEY_ID='XXXXX'
AWS_SECRET_ACCESS_KEY='XXXXXXXXXX'
AWS_BACKUPS_BUCKET='pelican-backups'
AWS_ENDPOINT='https://XXXXX.r2.cloudflarestorage.com'
AWS_SIGNATURE_VERSION='4' (TRIED WITH A #)
AWS_USE_PATH_STYLE_ENDPOINT=true
BACKUP_MAX_PART_SIZE=19737000 (TRIED WITH A #)
Expected Behavior
The backup colmplete successfuly.
Steps to Reproduce
Copy/paste a valid config s3 from ptero.
Panel Version
Beta5
Wings Version
Beta3
Games and/or Eggs Affected
Bungee
Docker Image
No response
Error Logs
Is there an existing issue for this?
@rmartinoscar commented on GitHub (Jun 11, 2024):
Hey this should be a better feat in https://github.com/pelican-dev/wings/issues also i believe that @iamkubi didn't figure out how to use S3 "folders" but commited anyway so that might be it
@clabeuhtegrite commented on GitHub (Jun 11, 2024):
Ok, i've create one here because the S3 config are in the panel config. I create an issue in the wings project.
@Boy132 commented on GitHub (Jun 11, 2024):
Since this is a wings sided problem I will close this.
See https://github.com/pelican-dev/wings/issues/26