mirror of
https://github.com/pgsty/minio.git
synced 2026-07-23 14:10:25 +03: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