mirror of
https://github.com/minio/minio.git
synced 2025-11-07 12:52:58 -05:00
Rename peer S3 prefix to avoid collision in the future (#16473)
This commit is contained in:
@@ -33,7 +33,7 @@ const (
|
||||
peerS3Version = "v1" // First implementation
|
||||
|
||||
peerS3VersionPrefix = SlashSeparator + peerS3Version
|
||||
peerS3Prefix = minioReservedBucketPath + "/peer"
|
||||
peerS3Prefix = minioReservedBucketPath + "/peer-s3"
|
||||
peerS3Path = peerS3Prefix + peerS3VersionPrefix
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user