Skip to content

Latest commit

 

History

History
43 lines (30 loc) · 1.17 KB

README.md

File metadata and controls

43 lines (30 loc) · 1.17 KB

Python Asynchronous Input Output (AIO) Artifactory

Python Asynchronous Input Output (AIO) Artifactory

Glossary

Local Path

The Local Path is represented by a file system path pointing to a location on the local file system.

Example

# Unix
/home/user/path/subpath/
# Windows
C:\Users\user\path\subpath\

Remote Path

The Remote Path is represented by a URL (Uniform Resource Locator) pointing to a location on the Internet. It should be the URL for Artifactory.

Example

https://artifactory.acme.com/artifactory/repository/path/subpath/

Reference

Artifactory