AWS S3 Access Grants plugin for boto3 enables S3 customers to use S3 Access Grants as a permission layer on top of S3 clients, providing enhanced access control. Current version: 1.3.0. Release cadence: irregular, major version updates with AWS SDK changes.
pip install aws-s3-access-grants-boto3-pluginNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Instantiate the S3AccessGrantsPlugin and apply it to a boto3 S3 client to enforce access grants permissions.
Upgrade boto3: pip install --upgrade boto3>=1.28.0
Use plugin.apply(s3) instead of plugin.register_client(s3)
Add the required IAM actions: s3:GetAccessGrantInstance, s3:GetAccessGrantsInstanceForPrefix, etc.