PutObject
Source:
src/Railway/PutObject.ts
Runtime binding for Railway PutObject over the S3 API.
Bind this operation to a Bucket in Service init. The bucket
name, endpoint, and credentials are injected automatically. Provide
PutObjectHttp.
Writing Objects
Section titled “Writing Objects”const putObject = yield* Railway.PutObject(Data);
yield* putObject({ Key: "hello.txt", Body: "Hello, world!", ContentType: "text/plain",});