This file contains hidden or 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
"""fix_s3_owner_permissions""" | |
#!/usr/bin/env python3 | |
# -*- coding: utf-8 -*- | |
import argparse | |
# import sys | |
import logging | |
import botocore | |
import boto3 | |
DOCUMENTATION = ''' | |
--- |
This file contains hidden or 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
#!/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 |