Skip to content
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

set RCLONE_S3_NO_CHECK_BUCKET to true #371

Open
dtenenba opened this issue Jan 27, 2021 · 1 comment
Open

set RCLONE_S3_NO_CHECK_BUCKET to true #371

dtenenba opened this issue Jan 27, 2021 · 1 comment

Comments

@dtenenba
Copy link
Contributor

Recent versions of rclone attempt to create the destination bucket before copying. If the user does not have permission to create buckets (which our users do not, typically), they get an access denied error.

See rclone/rclone#4703 .

The workaround is to either pass --s3-no-check-bucket or set RCLONE_S3_NO_CHECK_BUCKET to true.

@dtenenba
Copy link
Contributor Author

I just checked and we are still running an old enough version of rclone (v1.47.0) that this behavior is not present. If/when we upgrade we will need to fix this or motuz will break. There is a PR (#407 ) which will update rclone, that should probably address this.
See also https://rclone.org/s3/#s3-no-check-bucket

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant