Contents Menu Expand Light mode Dark mode Auto light/dark, in light mode Auto light/dark, in dark mode Skip to content
s3pathlib 2.3.4 documentation
Logo
s3pathlib 2.3.4 documentation
  • Pure S3 Path Manipulation
  • S3 Read API
  • S3 Write API
  • Example App - Sync Two S3 Folder
  • Example App - Reinvent Cloud Drive
Back to top
View this page

metadata¶

This module provides AWS S3 object metadata manipulation helpers.

s3pathlib.metadata.warn_upper_case_in_metadata_key(metadata: Dict[str, str])[source]¶

Warn if there are uppercase letters used in user-defined metadata.

Ref:

  • https://docs.aws.amazon.com/AmazonS3/latest/userguide/UsingMetadata.html#UserMetadata

Copyright © 2025, Sanhe Hu
Made with Sphinx and @pradyunsg's Furo
On this page
  • metadata
    • warn_upper_case_in_metadata_key()