Skip to content

Commit

Permalink
fix client and add tests
Browse files Browse the repository at this point in the history
  • Loading branch information
go-to-k committed Apr 13, 2024
1 parent 519227f commit 4827cc1
Show file tree
Hide file tree
Showing 2 changed files with 450 additions and 2 deletions.
1 change: 1 addition & 0 deletions pkg/client/s3.go
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ func (s *S3) ListObjectVersionsByPage(
nextVersionIdMarker *string,
err error,
) {
objectIdentifiers = []types.ObjectIdentifier{}
input := &s3.ListObjectVersionsInput{
Bucket: bucketName,
KeyMarker: keyMarker,
Expand Down
Loading

0 comments on commit 4827cc1

Please sign in to comment.