-
Couldn't load subscription status.
- Fork 6.4k
Closed
Description
Expected Behavior
I just want to know if it is possible to disable the ability for some or all users to use share button (create presigned URLs)? According to this article AWS has this ability, but minio has not keys 's3:authType' and 's3:signatureAge':
mc: Unable to parse the input policy: invalid condition key 's3:authType'.
mc: Unable to parse the input policy: invalid condition key 's3:signatureAge'.
Context
According to policy of our company we have to disable it
Your Environment
- Version used (
minio --version): minio version RELEASE.2021-03-26T00-00-41Z - Server setup and configuration: CentOS Linux 7 (Core)
- Operating System and version (
uname -a): Linux gda 3.10.0-1160.6.1.el7.x86_64 Full restructure in accordance with #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux
StevenReitsma