I have a user with restrictions on a single bucket archive.
If the user creates an alias with rc alias set <NAME> <ENDPOINT> [ACCESS_KEY] [SECRET_KEY],
he receives this error message:
Network error: Service error: unhandled error (InternalError) (status: 500, code: InternalError)
Enviroment
rc -V: rc 0.1.31
rustfs -V: rustfs 1.0.0-beta.12
- archive bucket exists.
IAM
{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Action": ["s3:*"],
"Resource": ["arn:aws:s3:::archive", "arn:aws:s3:::archive/*"]
}
]
}
Similar to Example: Full Access but Deletion Denied
I have a user with restrictions on a single bucket archive.
If the user creates an alias with
rc alias set <NAME> <ENDPOINT> [ACCESS_KEY] [SECRET_KEY],he receives this error message:
Enviroment
rc -V: rc 0.1.31rustfs -V: rustfs 1.0.0-beta.12IAM
{ "Version": "2012-10-17", "Statement": [ { "Effect": "Allow", "Action": ["s3:*"], "Resource": ["arn:aws:s3:::archive", "arn:aws:s3:::archive/*"] } ] }Similar to Example: Full Access but Deletion Denied