boto3 s3 bucket tagging – Amazon web services
I'm getting access error while tagging a bucket. Please note that the role I'm using has s3 full access. The code works fine till this point- for bucket in s3.buckets.all(): s3_bucket = bucket s3_bucket_name = s3_bucket.name try: response = s3_client.get_bucket_tagging(Bucket=s3_bucket_name)…