79442300

Date: 2025-02-15 22:03:53
Score: 0.5
Natty:
Report link

As of November 2024, AWS introduced support for appending data to objects stored in Amazon S3 Express One Zone buckets.

Example in JavaScript AWS SDK v3

s3.send(
  new PutObjectCommand({
    Bucket: 'bucket',
    Key: 'fileKey',
    Body: 'some body',
    WriteOffsetBytes: 123,
  })
)
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: CZ workman