Duplicate "Setting endpoint" entries in the debug log

What is the problem you are having with rclone?

duplicate "Setting endpoint" in the debug log

What is your rclone version (output from rclone version)

rclone v1.56.0
- os/version: Microsoft Windows 10 Pro 2009 (64 bit)
- os/kernel: 10.0.19043.1165 (x86_64)
- os/type: windows
- os/arch: amd64
- go/version: go1.16.5
- go/linking: dynamic
- go/tags: cmount

Which cloud storage system are you using? (eg Google Drive)

wasabi - s3 clone

The command you were trying to run (eg rclone copy /tmp remote:tmp)

C:\data\rclone\scripts\rclone.exe sync "c:\data\keepass" "mfakeepassen08:keepass-en08/rclone/backup" --fast-list --s3-no-check-bucket=true --log-level=DEBUG --log-file=C:\data\rclone\logs\keepass-en08\20210915.175516\rclone.log --config=C:\data\rclone\scripts\doesnotexist.conf --ask-password

The rclone config contents with secrets removed.

no config - remote is configured on the fly - using s3 MFA TOTP secret and s3 session token

A log from the command with the -vv flag

DEBUG : rclone: Version "v1.56.0" starting with parameters ["C:\\data\\rclone\\scripts\\rclone.exe" "sync" "c:\\data\\keepass" "mfakeepassen08:keepass-en08/rclone/backup" "--fast-list" "--s3-no-check-bucket=true" "--log-level=DEBUG" "--log-file=C:\\data\\rclone\\logs\\keepass-en08\\20210915.175516\\rclone.log" "--config=C:\\data\\rclone\\scripts\\doesnotexist.conf" "--ask-password"]
DEBUG : Creating backend with remote "c:\\data\\keepass"
NOTICE: Config file "C:\\data\\rclone\\scripts\\doesnotexist.conf" not found - using defaults
DEBUG : fs cache: renaming cache item "c:\\data\\keepass" to be canonical "//?/c:/data/keepass"
DEBUG : Creating backend with remote "mfakeepassen08:keepass-en08/rclone/backup"
DEBUG : Setting type="s3" for "mfakeepassen08" from environment variable RCLONE_CONFIG_MFAKEEPASSEN08_TYPE
DEBUG : Setting access_key_id="" for "mfakeepassen08" from environment variable RCLONE_CONFIG_MFAKEEPASSEN08_ACCESS_KEY_ID
DEBUG : Setting secret_access_key="" for "mfakeepassen08" from environment variable RCLONE_CONFIG_MFAKEEPASSEN08_SECRET_ACCESS_KEY
DEBUG : Setting endpoint="s3.us-east-2.wasabisys.com" for "mfakeepassen08" from environment variable RCLONE_CONFIG_MFAKEEPASSEN08_ENDPOINT
DEBUG : Setting endpoint="s3.us-east-2.wasabisys.com" for "mfakeepassen08" from environment variable RCLONE_CONFIG_MFAKEEPASSEN08_ENDPOINT
DEBUG : Setting endpoint="s3.us-east-2.wasabisys.com" for "mfakeepassen08" from environment variable RCLONE_CONFIG_MFAKEEPASSEN08_ENDPOINT
DEBUG : Setting endpoint="s3.us-east-2.wasabisys.com" for "mfakeepassen08" from environment variable RCLONE_CONFIG_MFAKEEPASSEN08_ENDPOINT
DEBUG : Setting endpoint="s3.us-east-2.wasabisys.com" for "mfakeepassen08" from environment variable RCLONE_CONFIG_MFAKEEPASSEN08_ENDPOINT
DEBUG : Setting endpoint="s3.us-east-2.wasabisys.com" for "mfakeepassen08" from environment variable RCLONE_CONFIG_MFAKEEPASSEN08_ENDPOINT
DEBUG : Setting endpoint="s3.us-east-2.wasabisys.com" for "mfakeepassen08" from environment variable RCLONE_CONFIG_MFAKEEPASSEN08_ENDPOINT
DEBUG : Setting session_token="" from environment variable RCLONE_CONFIG_MFAKEEPASSEN08_SESSION_TOKEN

The debug messages come from multiple calls of this function:

That is interesting, but not necessarily an issue (that needs investigation).

The very precise meaning of the debug message is: Some part of the rclone code just got informed that the endpoint for mfakeepassen08 is set by the environment variable RCLONE_CONFIG_MFAKEEPASSEN08_ENDPOINT (and it most likely used that information to set the endpoint) :wink:

Does it cause any issues with the functionality?

no issues with the functionality,

thanks

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.