data "aws_caller_identity" "current" {}

data "aws_s3_bucket" "sources_bucket" {
  bucket = var.bucket_name
}
