Skip to content

Instantly share code, notes, and snippets.

@diyism
Last active January 4, 2024 01:11
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save diyism/64af0c97575aee452bc37c3e11e1301c to your computer and use it in GitHub Desktop.
Save diyism/64af0c97575aee452bc37c3e11e1301c to your computer and use it in GitHub Desktop.
rclone.conf for chunker over blomp swift
rclone.conf:
[blomp]
type = swift
user = i@gmail.com
key = 123456
auth = https://authenticate.blomp.com
tenant = storage
auth_version = 2
no_chunk = true
[blomp-chunker]
type = chunker
remote = blomp:i@gmail.com
chunk_size = 1Mi
hash_type = none
===============mount blomp in google colab=============================
!cat /root/sing/rclone.conf
!curl https://rclone.org/install.sh | bash
!ln -s /usr/bin/fusermount /usr/bin/fusermount3
!mkdir /content/blomp_drive
!nohup rclone --config /root/sing/rclone.conf mount blomp-chunker: /content/blomp_drive >/dev/null 2>&1 &
=============rclone 1.65.0 can serve blomp cloud drive as s3:=============
rclone --config ./rclone.conf serve s3 blomp-chunker:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment