Description:

  • A large mass of data, usually binary, that is stored in a database.
  • Blobs are often used to store images, videos, and other media files

Object Versioning

  • Typically, each new version to completely overwrite the older one
  • Object versioning allows to keep track of each change made to a particular object by enabling “versioning” within a bucket.
    • like git versioning
    • Can restore, delete a version,…
    • Each version is 1 file
    • Can turnversioning off anytime:
      • leaves existing object versions in place, only replacing the newest version
      • causes the bucket to stop accumulating new archived object versions.