- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for presignedURL (0.12 sec)
-
internal/config/lambda/event/event.go
// // { // "xAmzRequestId": "a2871150-1df5-4dc9-ad9f-3da283ca1bf3", // "getObjectContext": { // "outputRoute": "...", // "outputToken": "...", // "inputS3Url": "<presignedURL>" // }, // "configuration": { // not useful in MinIO // "accessPointArn": "...", // "supportingAccessPointArn": "...", // "payload": "" // }, // "userRequest": { // "url": "...",
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Tue Mar 07 16:12:41 UTC 2023 - 2.6K bytes - Viewed (0) -
docs/lambda/README.md
// Generate presigned GET url with lambda function presignedURL, err := s3Client.PresignedGetObject(context.Background(), "functionbucket", "testobject", time.Duration(1000)*time.Second, reqParams) if err != nil { log.Fatalln(err) } fmt.Println(presignedURL) } ``` Use the Presigned URL via `curl` to receive the transformed object. ```
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Tue Apr 04 19:15:28 UTC 2023 - 7.6K bytes - Viewed (0)