You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With only write permissions on a repository, but not update/delete, re-uploading a collection can result in a 404 (if a certain Artifactory setting is enabled), or possibly a 403 otherwise (needs confirmation).
This will cause a stacktrace and an unhelpful response.
We should try to determine when this is the case and return a more helpful error message.
The configuration of being able to upload a collection once but not overwrite it should definitely be supported.
The above would also probably wreak havoc on caching and would likely need caching to be disabled. Possible solutions for that:
See also:
amazon.aws
#52 (comment)With only
write
permissions on a repository, but notupdate
/delete
, re-uploading a collection can result in a 404 (if a certain Artifactory setting is enabled), or possibly a 403 otherwise (needs confirmation).This will cause a stacktrace and an unhelpful response.
We should try to determine when this is the case and return a more helpful error message.
The configuration of being able to upload a collection once but not overwrite it should definitely be supported.
The above would also probably wreak havoc on caching and would likely need caching to be disabled. Possible solutions for that:
The text was updated successfully, but these errors were encountered: