• bunjavascript Profile Picture

    Bun @bunjavascript

    9 months ago

    In the next version of Bun Bun gets first-class support for S3. Upload, download, stream, and presign with 0 dependencies

    bunjavascript tweet picture

    112 239 4K 355K 715
    Download Image
  • bunjavascript Profile Picture

    Bun @bunjavascript

    9 months ago

    @cirospaciari When you pass `new Response` an S3 file, it turns into a redirect to a presigned expiring URL so that you don't waste your server's resources downloading to S3 and sending to the user

    bunjavascript tweet picture

    5 1 164 20K 19
    Download Image
  • amacarthur Profile Picture

    Alex MacArthur @amacarthur

    9 months ago

    @bunjavascript @cirospaciari Eek. Cool, but kinda feels weird to have vendor-specific APIs built into a runtime.

    13 1 594 17K 7
  • thereal0xalice Profile Picture

    0xAlice (e/tard) @thereal0xalice

    9 months ago

    @bunjavascript @cirospaciari man i kinda love this but aren't you guys amassing a shit load of a maintenance hell hole at this point?

    2 0 154 4K 0
  • bitfalls Profile Picture

    Bruno Skvorc @bitfalls

    9 months ago

    @bunjavascript @cirospaciari Hm. Making a core of a language integrate a commercial product makes no sense. This to get bun acquired by amazon?

    1 0 28 4K 0
  • shellscape Profile Picture

    Norwegian Blue 🦜 @shellscape

    9 months ago

    @bunjavascript @cirospaciari the feature bloat train continues on. I don't want my runtime being responsible for something a vendor should be the source of truth for.

    0 0 10 545 0
  • 0xferruccio Profile Picture

    Ferruccio Balestreri @0xferruccio

    9 months ago

    @bunjavascript @cirospaciari This is a great direction! Feels like the right step towards an opinionated bundle of libraries for building node apps and a good complement to the existing features like the sql lite client and hashing passwords

    0 0 3 2K 0
  • carsenklock Profile Picture

    Carsen Klock @carsenklock

    9 months ago

    @bunjavascript @cirospaciari Sweet

    0 0 1 2K 0
  • lithdew Profile Picture

    Kenta Iwasaki @lithdew

    9 months ago

    @bunjavascript @cirospaciari Would this include API’s for i.e. listing buckets or requesting metadata for an object via HEAD?

    0 0 0 496 0
  • berliangor Profile Picture

    Berlian Gor @berliangor

    9 months ago

    @bunjavascript @cirospaciari this is great news! already building my apps with almost zero dependencies in Bun, and now s3 dependencies gone, no more node_modules?!

    0 0 0 40 0
  • Meech_Ward Profile Picture

    Sam Meech Ward @Meech_Ward

    9 months ago

    @bunjavascript @cirospaciari Everyone needs to understand that s3 isn’t a service by aws, it’s THE api for object storage

    6 1 122 8K 2
  • yungtosti Profile Picture

    Bram Versluis @yungtosti

    9 months ago

    @bunjavascript @cirospaciari Glad I didn’t go down the Bun route yet Totally idiotic take Implementing vendor bloat into a runtime 😭 Greetings, someone who uses S3 extensively

    2 0 32 2K 0
  • ibrahimtechlead Profile Picture

    Ibrahim 🇵🇸 @ibrahimtechlead

    9 months ago

    @bunjavascript @cirospaciari Can’t this be in a specific seperate bun package? I kinda understand why you wanna support it but Why 3rd party vendor directly through bun Can’t it be something like@bun/s3?

    0 0 21 834 0
  • _m27e Profile Picture

    Zeke Gabrielse @_m27e

    9 months ago

    @bunjavascript @cirospaciari I feel like it should have a more generalized name re: object storage so that it doesn't feel like a vendored corp lib.

    0 0 16 2K 0
  • martianboy Profile Picture

    Abbas @martianboy

    9 months ago

    @bunjavascript Really wish I could understand the perspective behind the decision to add more and more extra functionality into Bun, while Node.js compatibility remains unsolved. What’s the point of all this when there are libraries even maintained by the vendors themselves. Just marketing?

    1 0 15 532 0
  • Firaenix Profile Picture

    nick @Firaenix

    9 months ago

    @bunjavascript @cirospaciari When are you adding first class SMTP/MAPI support?

    0 0 13 4K 0
  • kavii_suri Profile Picture

    Kavii Suri @kavii_suri

    9 months ago

    @bunjavascript @cirospaciari Shouldnt somethings stay in libraries? Apart from not having to install a library, what benefits would this bring?

    0 0 12 1K 0
  • _jonalonso Profile Picture

    Jon Alonso @_jonalonso

    9 months ago

    @bunjavascript @cirospaciari hmm not too sure how i feel about this. why s3 specifically?

    0 0 10 2K 0
  • lc_ancez Profile Picture

    Luke @lc_ancez

    9 months ago

    @bunjavascript @cirospaciari Should be a separate package imo

    0 0 10 1K 0
  • AnjinNoTsubasa Profile Picture

    Anjin @AnjinNoTsubasa

    9 months ago

    @bunjavascript @cirospaciari And this couldn't be a separate library why? This is baked into a javascript runtime why? Not a great indicator for Bun

    0 0 7 377 0
  • whyeventobe Profile Picture

    name can't be blank @whyeventobe

    9 months ago

    @bunjavascript @cirospaciari This just sounds weird to have third party abstractions molded into a supposedly runtime...

    0 0 4 344 0
  • kostyafarber_ Profile Picture

    Kostya Farber @kostyafarber_

    9 months ago

    @bunjavascript @cirospaciari What makes you decide what makes it into “should be a first class citizen”, s3 seems like an interesting choice that I’d want to hear the rationale behind

    0 0 3 331 0
  • JoaquimLey Profile Picture

    Joaquim Ley @JoaquimLey

    9 months ago

    @bunjavascript @cirospaciari why tho? Is it really necessary? And how often can one expect bun's library to have parity?

    0 0 3 296 0
  • JohnVandivier Profile Picture

    John Vandivier @JohnVandivier

    9 months ago

    @bunjavascript @cirospaciari This is kinda weird. A corporate feature in the language runtime?

    0 0 3 331 0
  • RoussingC63387 Profile Picture

    roussing_caisson @RoussingC63387

    9 months ago

    @bunjavascript @cirospaciari Vendor locking much?

    0 0 3 337 0
  • yash_kr_verma Profile Picture

    Yash Verma @yash_kr_verma

    9 months ago

    @bunjavascript @cirospaciari all in for cool runtimes, but wouldn't it cause significant issues in debugging something related to underlying s3 logic? things like this should be handled by separate pkgs IMO

    0 0 3 603 0
  • WishinSolidao Profile Picture

    ok @WishinSolidao

    9 months ago

    @bunjavascript @cirospaciari Hey @jarredsumner , this is really cool! But as a Node dev for a long time, I was expecting @bunjavascript to go full focus on 1:1 compatibility. This is what is going to motivate people to move away from Node…

    0 0 3 455 0
  • zimmed_io Profile Picture

    zimmed @zimmed_io

    9 months ago

    @bunjavascript @cirospaciari I love bun, but I am not a fan of introducing ultra-specific APIs into the core. If it is really something that is deemed necessary, it should exist in a separate package (e.g., "bun/s3").

    0 0 2 390 1
  • kanavtwt Profile Picture

    kanav @kanavtwt

    9 months ago

    @bunjavascript @cirospaciari I don’t have a good feeling about this…

    0 0 2 60 0
  • Jaidchen Profile Picture

    Jaid @Jaidchen

    9 months ago

    @bunjavascript @cirospaciari Why would this ever be part of a standard library?

    0 0 2 120 0
  • NawafVerse Profile Picture

    Nawaf @NawafVerse

    9 months ago

    @bunjavascript @cirospaciari Pretty amazing

    0 0 2 1K 0
  • KingCalculator Profile Picture

    King Calculator @KingCalculator

    9 months ago

    @bunjavascript @cirospaciari does it work without environment variable credentials? For example if an aws instance running bun has permission by assuming a role

    1 0 2 2K 0
  • _dr5w Profile Picture

    Andrew @_dr5w

    9 months ago

    @bunjavascript @cirospaciari Does it include AWS SDK defaults or options for retrying? We rely on this a lot.

    0 0 2 840 0
  • Download Image
    • Privacy
    • Term and Conditions
    • About
    • Contact Us
    • TwStalker is not affiliated with X™. All Rights Reserved. 2024 www.instalker.org

    twitter web viewer x profile viewer bayigram.com instagram takipçi satın al instagram takipçi hilesi twitter takipçi satın al tiktok takipçi satın al tiktok beğeni satın al tiktok izlenme satın al beğeni satın al instagram beğeni satın al youtube abone satın al youtube izlenme satın al sosyalgram takipçi satın al instagram ücretsiz takipçi twitter takipçi satın al tiktok takipçi satın al tiktok beğeni satın al tiktok izlenme satın al beğeni satın al instagram beğeni satın al youtube abone satın al youtube izlenme satın al metin2 metin2 wiki metin2 ep metin2 dragon coins metin2 forum metin2 board popigram instagram takipçi satın al takipçi hilesi twitter takipçi satın al tiktok takipçi satın al tiktok beğeni satın al tiktok izlenme satın al beğeni satın al instagram beğeni satın al youtube abone satın al youtube izlenme satın al buyfans buy instagram followers buy instagram likes buy instagram views buy tiktok followers buy tiktok likes buy tiktok views buy twitter followers buy telegram members Buy Youtube Subscribers Buy Youtube Views Buy Youtube Likes forstalk postegro web postegro x profile viewer