-
Notifications
You must be signed in to change notification settings - Fork 496
Closed

Description
Is there a way where when we use getObject, we only receive the first X number of bytes of the object? Because I need to parse mp3 id3/metadata, however, it's inefficient to download the ENTIRE s3 object, save it, parse it, then delete it. I simply need the first ~1024 bytes of the file. How would I pass the get header: range= 0-1024
Metadata
Metadata
Assignees
Labels
No labels