The url field contains a fully-formed presigned GetObject URL that
embeds AWS SigV4 credentials in the query string. The frontend should
write it to the clipboard — no further auth is required to access it.
Mirrors src-tauri/src/s3/presign.rs PresignedUrl.
OCP: expiresInSecs and method may be added as optional fields in a
future task without breaking existing call sites.
Result returned by
objectPresign.The
urlfield contains a fully-formed presignedGetObjectURL that embeds AWS SigV4 credentials in the query string. The frontend should write it to the clipboard — no further auth is required to access it.Mirrors
src-tauri/src/s3/presign.rsPresignedUrl.OCP:
expiresInSecsandmethodmay be added as optional fields in a future task without breaking existing call sites.