S3Control#
Client#
- class S3Control.Client#
A low-level client representing AWS S3 Control
Amazon Web Services S3 Control provides access to Amazon S3 control plane actions.
import boto3 client = boto3.client('s3control')
These are the available methods:
- can_paginate
- close
- create_access_point
- create_access_point_for_object_lambda
- create_bucket
- create_job
- create_multi_region_access_point
- delete_access_point
- delete_access_point_for_object_lambda
- delete_access_point_policy
- delete_access_point_policy_for_object_lambda
- delete_bucket
- delete_bucket_lifecycle_configuration
- delete_bucket_policy
- delete_bucket_replication
- delete_bucket_tagging
- delete_job_tagging
- delete_multi_region_access_point
- delete_public_access_block
- delete_storage_lens_configuration
- delete_storage_lens_configuration_tagging
- describe_job
- describe_multi_region_access_point_operation
- get_access_point
- get_access_point_configuration_for_object_lambda
- get_access_point_for_object_lambda
- get_access_point_policy
- get_access_point_policy_for_object_lambda
- get_access_point_policy_status
- get_access_point_policy_status_for_object_lambda
- get_bucket
- get_bucket_lifecycle_configuration
- get_bucket_policy
- get_bucket_replication
- get_bucket_tagging
- get_bucket_versioning
- get_job_tagging
- get_multi_region_access_point
- get_multi_region_access_point_policy
- get_multi_region_access_point_policy_status
- get_multi_region_access_point_routes
- get_paginator
- get_public_access_block
- get_storage_lens_configuration
- get_storage_lens_configuration_tagging
- get_waiter
- list_access_points
- list_access_points_for_object_lambda
- list_jobs
- list_multi_region_access_points
- list_regional_buckets
- list_storage_lens_configurations
- put_access_point_configuration_for_object_lambda
- put_access_point_policy
- put_access_point_policy_for_object_lambda
- put_bucket_lifecycle_configuration
- put_bucket_policy
- put_bucket_replication
- put_bucket_tagging
- put_bucket_versioning
- put_job_tagging
- put_multi_region_access_point_policy
- put_public_access_block
- put_storage_lens_configuration
- put_storage_lens_configuration_tagging
- submit_multi_region_access_point_routes
- update_job_priority
- update_job_status
Paginators#
Paginators are available on a client instance via the get_paginator
method. For more detailed instructions and examples on the usage of paginators, see the paginators user guide.
The available paginators are: