Skip to main content

AWS S3 Access Grants plugin provides the functionality to enable S3 customers to configure S3 Access Grants as a permission layer on top of the S3 Clients.

Project description

AWS S3 Access Grants plugin for boto3

AWS S3 Access Grants Plugin provides the functionality to enable S3 customers to configure S3 ACCESS GRANTS as a permission layer on top of the S3 Clients.

S3 Access Grants is a feature from S3 that allows its customers to configure fine-grained access permissions for the data in their buckets.


Installing the plugin

Run this command to install the plugin.

pip install aws-s3-access-grants-boto3-plugin==<Latest_Version>

Using the plugin

  1. Create your S3 Client.
  2. Create a S3AccessGrantsPlugin object and pass the S3 Client and fallback option during initialization.
  3. Register the plugin.
import botocore.session
from aws_s3_access_grants_boto3_plugin.s3_access_grants_plugin import S3AccessGrantsPlugin

session = botocore.session.get_session()
s3_client = session.create_client('s3')
plugin = S3AccessGrantsPlugin(s3_client, fallback_enabled=True)
plugin.register()

fallback_enabled takes in a boolean value. This option decides if we will fall back to the credentials set on the S3 Client by the user.

  1. If fallback_enabled is set to True then we will fall back every time we are not able to get the credentials from Access Grants, no matter the reason.
  2. If fallback_enabled option is set to False we will fall back only in case the operation/API is not supported by Access Grants.

Notes

  • The plugin supports delete_objects API and copy_object API which S3 Access Grants does not implicitly support. For these APIs we get the common prefix of all the object keys and find their common ancestor. If you have a grant present on the common ancestor, you will get Access Grants credentials based on that grant. For copy_object API the source and destination buckets should be same, since a grant cannot give access to multiple buckets.
  • Currently, the plugin grants access to Amazon S3 bucket, prefix, or object via IAM principals only.

Contributions

  • See CONTRIBUTING.md

License

This project is licensed under the Apache-2.0 License.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

aws_s3_access_grants_boto3_plugin-1.0.1.tar.gz (25.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

File details

Details for the file aws_s3_access_grants_boto3_plugin-1.0.1.tar.gz.

File metadata

File hashes

Hashes for aws_s3_access_grants_boto3_plugin-1.0.1.tar.gz
Algorithm Hash digest
SHA256 c204a736291ac3386aa6df0db3966991ffee8f8aac9fce8dec9aec9735387ee0
MD5 cd51a645faefa0dac137fc83d4cb438f
BLAKE2b-256 35114b797a98fa594f042c387fec8fd88adf352bffcdce2659fa550490b44dcc

See more details on using hashes here.

File details

Details for the file aws_s3_access_grants_boto3_plugin-1.0.1-py3-none-any.whl.

File metadata

File hashes

Hashes for aws_s3_access_grants_boto3_plugin-1.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 af20100cdd9809b967309bb1d6c7ccc6354786189b838467b5827d1e958cdaab
MD5 8860637409c2d952d598da5dde6814aa
BLAKE2b-256 de5af5a00caff22d95e1b472110fb17ab175e6d3265c3494f558d8aca1e437e9

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page