From 80b8089fc3d7b4c03461c58dd8c2a178aa3b7331 Mon Sep 17 00:00:00 2001 From: Simon Date: Fri, 11 Oct 2024 15:37:43 +0200 Subject: [PATCH] Fix S3 documentation link (#5177) Co-authored-by: Simon Dumas --- docs/src/main/paradox/docs/delta/api/files-api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/main/paradox/docs/delta/api/files-api.md b/docs/src/main/paradox/docs/delta/api/files-api.md index 71485f54dc..cd0efca7e7 100644 --- a/docs/src/main/paradox/docs/delta/api/files-api.md +++ b/docs/src/main/paradox/docs/delta/api/files-api.md @@ -319,7 +319,7 @@ Response Using the bucket and path from the previous step, the file should be uploaded to S3 by whatever means are appropriate. The only restriction is that this must be finished before the expiry datetime of the signed payload. -Here are some tutorials in both @link:[Java with AWS SDK](https://docs.aws.amazon.com/AmazonS3/latest/userguide/example_s3_Scenario_MultipartUpload_section.html){ open=new } and +Here are some tutorials in both @link:[Java with AWS SDK](https://docs.aws.amazon.com/AmazonS3/latest/userguide/mpu-upload-object.html#mpu-upload-low-level){ open=new } and @link:[Python with Boto3](https://medium.com/analytics-vidhya/aws-s3-multipart-upload-download-using-boto3-python-sdk-2dedb0945f11){ open=new } that illustrate the process of doing a multipart upload to S3. #### 3. Create/update delegated file resource