mirror of
https://github.com/rclone/rclone.git
synced 2024-11-08 01:25:14 +01:00
b029fb591f
Before this change, if folder level access permissions policy was in
use, with trailing `/` marking the folders then rclone would HEAD the
path without a trailing `/` to work out if it was a file or a folder.
This returned a permission denied error, which rclone returned to the
user.
Failed to create file system for "s3:bucket/path/": Forbidden: Forbidden
status code: 403, request id: XXXX, host id:
Previous to this change
|
||
---|---|---|
.. | ||
s3_test.go | ||
s3.go | ||
v2sign.go |