Skip to content

stuffbyt/PutObjectTaggingS3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

PutObjectTaggingS3

Boto3 code to update tags on s3 objects.

S3 object tags are useful for several use cases for example cost tracking, billing, separating customers data etc. This code can be used in Lambda to ensure your s3 objects get tagged every time it gets uploaded/overwritten. It uses s3 event triggers to invoke Lambda, which in turn will put tags to your s3 objects.

services used

  1. Lambda
  2. S3
  3. CloudWatch logs for Lambda invocations

About

Boto3 code to update tags on s3 objects

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages