import * as Layer from "effect/Layer"; import { PutObject } from "./PutObject.ts"; /** * HTTP implementation of {@link PutObject}. Calls distilled S3 * `putObject` against the Tigris endpoint with the bucket's credentials. * * @layer * @provides Fly.PutObject */ export declare const PutObjectHttp: Layer.Layer; //# sourceMappingURL=PutObjectHttp.d.ts.map