client-s3 usage with SvelteKit #5098
-
I'm trying to use
This looks to be because it is looking for |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
Hi @ZachSaucier , I'm not too familiar from sveltekit, but from skimming over their docs, its a server side rendering tool. Check out this blogpost, it shows how you can use Vite to configure env variables. If your client is running on the front end of your application, you might want to consider using something like Congito identity pool so that your Access Key and Secret are not exposed. Thanks, |
Beta Was this translation helpful? Give feedback.
-
See here for a full example. |
Beta Was this translation helpful? Give feedback.
-
Hello! Reopening this discussion to make it searchable. |
Beta Was this translation helpful? Give feedback.
S3
/S3Client
allow acredentials
parameter to be passed in which I didn't know about until now:See here for a full example.