Skip to content

Commit

Permalink
Docs: Add linked issue to ListParts API (#7612)
Browse files Browse the repository at this point in the history
  • Loading branch information
N-o-Z authored Mar 28, 2024
1 parent eed7c9c commit bf9ff62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/reference/s3.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ lakeFS supports the following API operations:
1. [AbortMultipartUpload](https://docs.aws.amazon.com/AmazonS3/latest/API/API_AbortMultipartUpload.html){:target="_blank"}
1. [CompleteMultipartUpload](https://docs.aws.amazon.com/AmazonS3/latest/API/API_CompleteMultipartUpload.html){:target="_blank"}
1. [CreateMultipartUpload](https://docs.aws.amazon.com/AmazonS3/latest/API/API_CreateMultipartUpload.html){:target="_blank"}
1. [ListParts](https://docs.aws.amazon.com/AmazonS3/latest/API/API_ListParts.html){:target="_blank"}
1. [~~ListParts~~](https://docs.aws.amazon.com/AmazonS3/latest/API/API_ListParts.html){:target="_blank"} **Currently unsupported.** [Link to tracked issue](https://github.com/treeverse/lakeFS/issues/7600){:target="_blank"}
1. [Upload Part](https://docs.aws.amazon.com/AmazonS3/latest/API/API_UploadPart.html){:target="_blank"}
1. [UploadPartCopy](https://docs.aws.amazon.com/AmazonS3/latest/API/API_UploadPartCopy.html){:target="_blank"}

Expand Down

0 comments on commit bf9ff62

Please sign in to comment.