Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update min Artifactory version for multipart upload to 7.82.2 #923

Merged
merged 1 commit into from
Mar 18, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update multipartupload.go for artifactory version
idand1741 authored Mar 18, 2024
commit 4e3edb4828e3a60aea0f8c855911ae8a05059481
3 changes: 1 addition & 2 deletions artifactory/services/utils/multipartupload.go
Original file line number Diff line number Diff line change
@@ -28,8 +28,7 @@ type supportedStatus int
type completionStatus string

const (
// TODO - Update version
minArtifactoryVersion = "8.0.0"
minArtifactoryVersion = "7.82.2"

// Supported status
// Multipart upload support is not yet determined