Mount the S3 bucket on the Windows
ในกรณีที่ต้องการ mount S3 บน Windows OS สามารถดำเนินการได้ตามขั้นตอนด้านล่าง
Last updated
Was this helpful?
ในกรณีที่ต้องการ mount S3 บน Windows OS สามารถดำเนินการได้ตามขั้นตอนด้านล่าง
Last updated
Was this helpful?
Create s3 bucket ( )
Create an Object Storage Sub-User ( )
Download the Rclone from the official website ().
Extract the downloaded zip file. (Ex. C:\Program Files\rclone\)
open Command Prompt (CMD) and change the directory to ( C:\Program Files\rclone\rclone-v1.69.2-windows-amd64 ) then type command rclone
Now that we have installed rclone, we will continue with the configuration by typing config command rclone config
select n for a new remote configuration.
give a name to the connection (e.g. S3)
select 4 for “Amazon S3 Compliant Storage Provider
select 1 for the S3 provider.
select 2 to use AWS credentials from the Instance Profile we defined earlier.
Use the access_key_id and secret_access_key of your Sub-User
select 12 (ap-southeast-1) AWS region in which the S3 bucket has been created.
Specify a name for the connection: s3-bkk.nipa.cloud
Leave the remaining fields blank, then press Enter to continue.
finally, skip the advanced configuration by typing n. We get a summary of the configuration. If everything is fine we can type y. Otherwise n to restart the configuration process.
Mount the S3 Bucket as a Windows Drive by command:
ตัวอย่าง
Open File Explorer, We can now see a new disk mounted on the instance.
Let’s drop a file at the root of the disk to see if everything is working.
Referrence https://blog.spikeseed.cloud/mount-s3-as-a-disk/
In order to make rclone work we need , an open source Windows File System Proxy which makes it easy to write user space filesystems for Windows. It provides a FUSE emulation layer which rclone uses in combination with cgofuse.
To get rid of this error, we need to download and install .