Rename peer S3 prefix to avoid collision in the future (#16473)

This commit is contained in:
Anis Elleuch
2023-01-25 15:46:30 +01:00
committed by GitHub
parent 1bf1fafc86
commit 441babdc41
3 changed files with 8 additions and 1 deletions

View File

@@ -33,7 +33,7 @@ const (
peerS3Version = "v1" // First implementation
peerS3VersionPrefix = SlashSeparator + peerS3Version
peerS3Prefix = minioReservedBucketPath + "/peer"
peerS3Prefix = minioReservedBucketPath + "/peer-s3"
peerS3Path = peerS3Prefix + peerS3VersionPrefix
)