Skip to content

Commit b839d2a

Browse files
committed
fix: Ajouter un message de démarrage pour s3fs avec les options de débogage et les arguments de montage
1 parent 2b45feb commit b839d2a

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

sftp/common/usr/local/bin/docker-sftp-entrypoint

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,8 @@ function setupS3FS() {
177177
S3FS_ARGS="${S3FS_ARGS} -o parallel_count=${S3FS_PARALLEL_COUNT:-"15"}"
178178
S3FS_ARGS="${S3FS_ARGS} -o multipart_size=${S3FS_MULTIPART_SIZE:-"128"}"
179179

180+
echo "Start with s3fs ${DEBUG_OPTS} ${S3FS_ARGS} -o passwd_file=${S3FS_AUTHFILE} -o url=${AWS_ENDPOINT} -o endpoint=${AWS_DEFAULT_REGION}"
181+
180182
# Mount and verify that something is present. davfs2 always creates a lost+found
181183
# sub-directory, so we can use the presence of some file/dir as a marker to
182184
# detect that mounting was a success. Execute the command on success.

0 commit comments

Comments
 (0)