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
The file is uploaded to two directories in the bucket, one for the meta tag and one for the release tag.
682
+
683
+
e.g. `https://ci-tests.linuxserver.io/linuxserver/plex/1.40.5.8921-836b34c27-ls233/index.html` and `https://ci-tests.linuxserver.io/linuxserver/plex/latest/index.html`
678
684
679
685
Args:
680
686
file_path (str): File to upload
681
687
object_name (str): S3 object name.
682
688
content_type (dict): Content type for the file
683
689
"""
684
690
self.logger.info("Uploading %s to %s bucket",file_path, self.bucket)
0 commit comments