Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Dec 16, 2024
1 parent 914f6ad commit a538a97
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ DAGSTER_SLACK_TOKEN=xoxb-1111111111111-1111111111111-111111111111111111111111
# rclone
RCLONE_ENDPOINT_URL=https://lakefs.example.org/api/v1
RCLONE_ACCESS_KEY_ID=ABCDEFGHIJK123456789
RCLONE_SECRET_ACCESS_KEY=123456789ABCDEF12334566666
RCLONE_SECRET_ACCESS_KEY=123456789ABCDEF12334566666
2 changes: 1 addition & 1 deletion Docker/rclone.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ cd rclone-*-linux-amd64
cp rclone /usr/bin/
chown root:root /usr/bin/rclone
chmod 755 /usr/bin/rclone
rclone version
rclone version
1 change: 0 additions & 1 deletion templates/rclone.conf.j2
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,3 @@ env_auth = false
access_key_id = {{ MINIO_ACCESS_KEY }}
secret_access_key = {{ MINIO_SECRET_KEY }}
endpoint = {{ GLEANERIO_MINIO_ADDRESS }}:{{ GLEANERIO_MINIO_PORT }}

0 comments on commit a538a97

Please sign in to comment.