mirror of
https://github.com/pagefaultgames/rogueserver.git
synced 2025-04-03 03:27:13 +08:00
fix: Clean up S3 migration code by removing unnecessary blank lines and improving logging messages
This commit is contained in:
parent
aa2f02d275
commit
d5c900a7cc
@ -159,6 +159,7 @@ func S3SaveMigration() error {
|
|||||||
Key: aws.String(username),
|
Key: aws.String(username),
|
||||||
Body: bytes.NewReader(json),
|
Body: bytes.NewReader(json),
|
||||||
})
|
})
|
||||||
|
|
||||||
if err != nil {
|
if err != nil {
|
||||||
log.Printf("error while saving data in S3 for user %s: %s", username, err)
|
log.Printf("error while saving data in S3 for user %s: %s", username, err)
|
||||||
continue
|
continue
|
||||||
|
Loading…
x
Reference in New Issue
Block a user