A music player that connects to your cloud/distributed storage.
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore: 🧹

-1
-1
src/components/output/bytes/s3/element.js
··· 142 142 143 143 /** @param {string} name; @param {any} data */ 144 144 #put = async (name, data) => { 145 - console.log("PUT", name); 146 145 const bucket = await this.getBucket(); 147 146 if (!bucket) return undefined; 148 147 return this.proxy.put({ bucket, data, name: this.#cat(name) });