Project

General

Profile

Bug #45983

rgw: v4 signature not match when list objects with delimiter=" "

Added by joke lee almost 4 years ago. Updated over 3 years ago.

Status:
Resolved
Priority:
Normal
Assignee:
Target version:
-
% Done:

0%

Source:
Tags:
auth
Backport:
nautilus octopus
Regression:
No
Severity:
3 - minor
Reviewed:
Affected Versions:
ceph-qa-suite:
Pull request ID:
Crash signature (v1):
Crash signature (v2):

Description

when use java sdk

ListObjectsRequest request = new ListObjectsRequest();
request.setBucketName(bucketName);
request.setDelimiter(" ");
oNum = conn.listObjects(request).getObjectSummaries().size();
for (int i = 0;i<oNum;i++){
System.out.println(conn.listObjects(request).getObjectSummaries().get(i).getKey());
}

it will cause 403 signature not match error


Related issues

Copied to rgw - Backport #47321: octopus: rgw: v4 signature not match when list objects with delimiter=" " Resolved
Copied to rgw - Backport #47322: nautilus: rgw: v4 signature not match when list objects with delimiter=" " Resolved

History

#2 Updated by Casey Bodley almost 4 years ago

  • Status changed from New to Fix Under Review
  • Tags set to auth
  • Backport set to nautilus octopus

#3 Updated by J. Eric Ivancich over 3 years ago

  • Assignee set to joke lee
  • Pull request ID set to 35551

#4 Updated by J. Eric Ivancich over 3 years ago

  • Status changed from Fix Under Review to Pending Backport

#5 Updated by Nathan Cutler over 3 years ago

  • Copied to Backport #47321: octopus: rgw: v4 signature not match when list objects with delimiter=" " added

#6 Updated by Nathan Cutler over 3 years ago

  • Copied to Backport #47322: nautilus: rgw: v4 signature not match when list objects with delimiter=" " added

#7 Updated by Nathan Cutler over 3 years ago

  • Status changed from Pending Backport to Resolved

While running with --resolve-parent, the script "backport-create-issue" noticed that all backports of this issue are in status "Resolved" or "Rejected".

Also available in: Atom PDF