Skip to content

Instantly share code, notes, and snippets.

"""fix_s3_owner_permissions"""
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
import argparse
# import sys
import logging
import botocore
import boto3
DOCUMENTATION = '''
---
@thedoc31
thedoc31 / cq_trigger_blobgc.sh
Last active May 22, 2017 22:39 — forked from jayankandathil/cq_trigger_blobgc.sh
Shell script to trigger AEM6 BlobGC via curl and JMX
#!/bin/bash
# Bash script to trigger AEM Blob GC on localhost using curl via JMX
# Author : Jayan Kandathil (Adobe Managed Services)
# Version : 0.3
# Version Notes:
# 0.1 - Initial version
# 0.2 - autodetect environment and adjust port accordingly; handle and report errors appropriately
# 0.3 - update for AEM 6.2