View zenkocheck.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/local/bin/python | |
# Yannick Guillerm - Sales Engineer Scality | |
# yannick.guillerm@scality.com | |
# Zenko MachineBox.ai TagBox integration CHECK | |
# Description: uploads a file to Zenko S3. Run Machinebox.io TagBox CHECK. Populates the S3 object metadata with Machinebox.io metadata tags. | |
# 05/25/18 | |
import requests | |
import sys, getopt |
View zenkoteach.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/local/bin/python | |
# Yannick Guillerm - Sales Engineer Scality | |
# yannick.guillerm@scality.com | |
# Zenko MachineBox.ai TagBox integration TEACH | |
# Description: uoloads several set of files to Zenko S3. Runs Machinebox.io TagBox TEACH to tag images with specific tag. | |
# 05/25/18 | |
import requests |
View catdv_scality_ring.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/local/bin/python | |
# SquareBox CatDV Scality HTTP REST (Sproxyd) plugin | |
# Yannick Guillerm - Sales Engineer Scality | |
# yannick.guillerm@scality.com | |
# V1 - 04/09/14 | |
# | |
# Description: use this plugin to archive assets from CatDV tier 1 storage to the Scality RING | |
# via the Scality RING Sproxyd (HTTP REST) connector. Two opcodes: | |
# - "upload" - HTTP PUT CatDV asset to the Scality RING via the S3 connector. If upload |
View transcode.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/local/bin/python | |
# Yannick Guillerm - Scality | |
# yannick.guillerm@scality.com | |
# 04/04/18 | |
import requests | |
import sys, getopt | |
import argparse | |
import os |