mirror of
https://github.com/versity/versitygw.git
synced 2026-01-09 21:07:21 +00:00
chore: remove azure bug comment
This comment references a bug that was fixed in the v1.2.1 sdk update: https://github.com/Azure/azure-sdk-for-go/issues/22171
This commit is contained in:
@@ -395,8 +395,6 @@ func (az *Azure) DeleteObjectTagging(ctx context.Context, bucket, object string)
|
||||
return err
|
||||
}
|
||||
|
||||
//TODO: SDK has a bug here: it recommends to use the method to remove tags by passing an empty map,
|
||||
// but the method panics because of incorrect implementation
|
||||
_, err = client.SetTags(ctx, map[string]string{}, nil)
|
||||
if err != nil {
|
||||
return azureErrToS3Err(err)
|
||||
|
||||
Reference in New Issue
Block a user