mirror of
https://github.com/versity/versitygw.git
synced 2026-04-28 00:06:54 +00:00
Merge pull request #1102 from versity/ben/s3-tag-notimplemented
This commit is contained in:
@@ -1132,6 +1132,9 @@ func (s *S3Proxy) GetBucketAcl(ctx context.Context, input *s3.GetBucketAclInput)
|
||||
if strings.Contains(ae.ErrorCode(), "NoSuchTagSet") {
|
||||
return []byte{}, nil
|
||||
}
|
||||
if strings.Contains(ae.ErrorCode(), "NotImplemented") {
|
||||
return []byte{}, nil
|
||||
}
|
||||
}
|
||||
return nil, handleError(err)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user