-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rclone: understand basic commands and configuration in command line #32
Comments
Follow
|
Hi @ambiknai adding to your test, this is the way to mount: mkdir ~/mount
export AWS_ACCESS_KEY_ID=XXXXXXXX
export AWS_SECRET_ACCESS_KEY=XXXXXXXXXXXXXXXX
rclone mount :s3:yiannis-tpcds-100/ ~/mount --s3-provider=AWS --s3-env-auth=true --s3-endpoint=http://s3.eu.cloud-object-storage.appdomain.cloud --allow-other --vfs-cache-mode=writes --daemon |
|
that's great @ambiknai, you used env variables access key and secret access key? |
Yes , I set them as below vars |
Checking non root user
mounting as root
|
mount again with rclone
|
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No description provided.
The text was updated successfully, but these errors were encountered: