<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Christoph</title>
    <description>The latest articles on DEV Community by Christoph (@chris23lngr).</description>
    <link>https://dev.to/chris23lngr</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F1428814%2Fb8f1020f-1051-4e2e-be90-76c0920b569f.jpg</url>
      <title>DEV Community: Christoph</title>
      <link>https://dev.to/chris23lngr</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/chris23lngr"/>
    <language>en</language>
    <item>
      <title>New Typescript package for simple S3 Storage access</title>
      <dc:creator>Christoph</dc:creator>
      <pubDate>Sun, 08 Feb 2026 19:26:00 +0000</pubDate>
      <link>https://dev.to/chris23lngr/new-typescript-package-for-simple-s3-storage-access-2j84</link>
      <guid>https://dev.to/chris23lngr/new-typescript-package-for-simple-s3-storage-access-2j84</guid>
      <description>&lt;p&gt;Hello everyone!&lt;/p&gt;

&lt;p&gt;TL;DR:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;A new npm package for accessing S3 storage&lt;/li&gt;
&lt;li&gt;Full TypeScript support, authentication, middleware, encryption, metadata, and more.&lt;/li&gt;
&lt;li&gt;Check it out!&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;I've been working on a new project lately that I'd like to share with you.&lt;/p&gt;

&lt;p&gt;I always found working with S3 storage buckets very cumbersome, and all the boilerplate code you had to write when setting up a new app really annoyed me. There are a few packages in the npm ecosystem that attempt to solve this problem, but they often didn't meet my expectations or were no longer being maintained.  That's why I started developing my own library: vs3 (Very Simple Storage Service). The package provides easy access to any S3-compatible storage bucket. I released the first beta version of &lt;code&gt;vs3&lt;/code&gt; yesterday.&lt;/p&gt;

&lt;p&gt;I would love for you to take a look at the package and give me your feedback on what you think:  Currently, only React and Next.js integrations are available, but I plan to support additional frontend frameworks in the near future. (Any backend frameworks that support standard request and response objects can be used without integration.)&lt;/p&gt;

&lt;p&gt;&lt;a href="https://github.com/chris23lngr/vs3" rel="noopener noreferrer"&gt;https://github.com/chris23lngr/vs3&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;For more information, please refer to the documentation at &lt;a href="https://vs3-docs.vercel.app" rel="noopener noreferrer"&gt;https://vs3-docs.vercel.app&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;All the best&lt;/p&gt;

</description>
      <category>aws</category>
      <category>node</category>
      <category>showdev</category>
      <category>typescript</category>
    </item>
  </channel>
</rss>
