Versions in this module Expand all Collapse all v1 v1.6.3 Jun 24, 2026 Changes in this version + type PublishedStorage struct + func NewPublishedStorage(account string, root aptly_utils.JFrogPublishRoot) (*PublishedStorage, error) + func NewPublishedStorageRaw(repository, url, user, password, apiKey, accessToken, prefix string, ...) (*PublishedStorage, error) + func (storage *PublishedStorage) FileExists(path string) (bool, error) + func (storage *PublishedStorage) Filelist(prefix string) ([]string, error) + func (storage *PublishedStorage) HardLink(src string, dst string) error + func (storage *PublishedStorage) LinkFromPool(publishedPrefix, publishedRelPath, fileName string, ...) error + func (storage *PublishedStorage) MkDir(path string) error + func (storage *PublishedStorage) PutFile(path string, sourceFilename string) error + func (storage *PublishedStorage) ReadLink(path string) (string, error) + func (storage *PublishedStorage) Remove(path string) error + func (storage *PublishedStorage) RemoveDirs(path string, progress aptly.Progress) error + func (storage *PublishedStorage) RenameFile(oldName, newName string) error + func (storage *PublishedStorage) String() string + func (storage *PublishedStorage) SymLink(src string, dst string) error