Files
seaweedFS/weed
chrislu d81db3c703 s3: fix configuring IAM for the same user
hi, how can I add bucket permission to a user now?
Previously, if I needed to add permission to an existing credential, I simply repeated the s3.configure command with a different bucket name.
Now I am getting error:
duplicate accessKey[ХХХХ], already configured in user[YYYY]

s3.configure -access_key key -actions Read,Write,List -buckets bucket1 -secret_key secr -user user1
s3.configure -access_key key -actions Read,Write,List -buckets bucket2 -secret_key secr -user user1
2022-08-30 09:37:52 -07:00
..
2022-08-17 12:42:03 -07:00
2022-08-27 00:21:57 -07:00
2022-07-29 01:34:39 -07:00
2022-08-28 21:53:13 -07:00
2022-08-30 00:07:15 -07:00
2022-08-07 00:55:49 -07:00